> For the complete documentation index, see [llms.txt](https://ai-docs.fptcloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-virtual-machine/on-fpt-cloud-console/tutorials/snapshot.md).

# Snapshot

Snapshots are on-demand disk images of GPU VMs and volumes saved to your account. Use them to create new GPU VM and volumes with the same contents.

{% hint style="warning" %}
Please note that this feature only supports GPU VMs using Block storage -Persistent disk.
{% endhint %}

## Create a Snapshot

The snapshot feature allows you to capture the current state of a virtual machine, enabling quick recovery or rollback in case of system changes or failures.

<figure><img src="/files/J8dDfb6MpQfxFr0qSUPo" alt=""><figcaption></figcaption></figure>

**Step 1:** Open the **Instance management** on the Side menu

**Step 2:** Find the GPU VM you want to create a snapshot and click the 3-dot icon.

**Step 3:** Create an instance snapshot by giving a snapshot name and tag (optional)

The snapshot that has been created will appear in **Snapshot** section.

<figure><img src="/files/1vd6QUlEPmNOrHsyNZhG" alt=""><figcaption></figcaption></figure>

## Use a Snapshot

<figure><img src="/files/ZSa3Gk66nMX6jDg0lFXq" alt=""><figcaption></figcaption></figure>

**Step 1:** Open the **Snapshot** on the Side menu

**Step 2:** Find the snapshot you want to use click the 3-dot icon. Please note that only active snapshot can be used.

**Step 3:** You can choose the following actions:

* **Launch as an instance**: Create a new virtual machine directly from this snapshot
* **Create storage disk**: Generate a new storage volume based on the snapshot’s data
* **Manage tags**: Add or edit tags to organize the snapshot
* **Delete image**: Permanently delete the snapshot

## Delete a Snapshot

To delete a snapshot, follow these steps:

**Step 1:** In the menu, select **Snapshot**, then under the **Actions** menu of the snapshot, click **Delete Image**.

**Step 2:** Click **Delete Snapshot**.

Once you confirm the deletion, the system will delete the image and free up the snapshot resources that were being used by the VPC. You will be notified once the snapshot deletion is complete.

If you check the option **"Delete all volume snapshots attached to this image"**, all snapshots created from the storage disk attached to that VM will also be deleted.

<figure><img src="/files/2uRzWKYQXgTkUeNXV1Dh" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ai-docs.fptcloud.com/fpt-gpu-cloud/gpu-virtual-machine/on-fpt-cloud-console/tutorials/snapshot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
