# Take a snapshot for Storage

This guide describe how to take a snapshot for a storage. You can create snapshot a storage even while they are attached to running instances.

{% hint style="warning" %}
Before doing a snapshot for Storage, you must first have a Storage. If you don't have a Storage yet, you can create a Storage in Create Block Storage
{% endhint %}

* Go to **Snapshot** page. Under the Take a snapshot for instance form, there is a Take a snapshot for storage form.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/5images/5.12%20Snapshot%20Page.png" alt=""><figcaption><p>Snapshot Page</p></figcaption></figure>

* Fill in the form **Take a Snapshot for Storage**.

<table><thead><tr><th width="250">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Billing Type</strong></td><td>Billing type option is <strong>Fixed</strong> or trial</td></tr><tr><td><strong>Choose A Storage</strong></td><td>Choose storage that you want to take snapshot, for example <strong>storage-windows-test</strong></td></tr><tr><td><strong>Enter Snapshot Name</strong></td><td>Enter the name of the snapshot, for example <strong>storage-win-snapshot</strong></td></tr></tbody></table>

After all the fields are filled, click the **Take Snapshot** button.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/5images/5.13%20Snapshot%20for%20Storage.png" alt=""><figcaption><p>Take a Snapshot for Storage</p></figcaption></figure>

* If it is successful there will be a notification **"Snapshot win\_snap\_storage has been Successfully Created"**. A list of snapshots storage will appear, namely:

<table><thead><tr><th width="330">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Snapshot name</td></tr><tr><td><strong>Status</strong></td><td>Snapshot state "active" or "Not Ready Yet"</td></tr><tr><td><strong>Storage Name</strong></td><td>The name of storage being snapshot</td></tr><tr><td><strong>Size</strong></td><td>Snapshot size</td></tr><tr><td><strong>Created Date</strong></td><td>Snapshot creation time</td></tr><tr><td><strong>Action</strong></td><td>Option for create or delete the snapshot</td></tr></tbody></table>

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/5images/5.14%20Take%20Snapshot%20-%20Process.png" alt=""><figcaption><p>Take Snapshot - Process</p></figcaption></figure>

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/5images/5.15%20Snapshot%20List%20-%20Notification.png" alt=""><figcaption><p>Notification</p></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.cloudeka.id/deka_flexi/deka_volume_images/snapshot/take-a-snapshot-for-storage.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
