> For the complete documentation index, see [llms.txt](https://docs-epc.gitbook.io/ncs-documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-epc.gitbook.io/ncs-documents/compute/compute-instance/managing-instance/take-snapshot.md).

# Take Snapshot

## Prerequisite

* ต้องมียอดคงเหลือใน Project มากกว่า 0 บาท หากไม่มีเงินอยู่ใน Project ศึกษาวิธีเติมเงินได้ที่ [ขั้นตอนการเติมเงินเข้าสู่ Project](/ncs-documents/nipa-cloud-space-overview/billing-and-wallet/topup-a-project-wallet.md)
* มี Compute Instance ที่ต้องการสำรองข้อมูล

## Instructions

### 1. เข้าสู่หน้า Instances

ที่แถบเมนูทางซ้าย คลิกเลือกเมนู​ COMPUTE > Compute Instance เพื่อเข้าสู่หน้า Compute Instance&#x20;

<figure><img src="/files/2AQZKcHksI0um8k47MQM" alt=""><figcaption><p>Compute Instance list</p></figcaption></figure>

### 2. เข้าสู่หน้า Compute Instance Detail

คลิกที่รายการ Compute Instance ที่ต้องการ เพื่อเข้าสู่หน้า Compute Instance detail&#x20;

<figure><img src="/files/e32Vm9BxTtoiPzBJujzn" alt=""><figcaption><p>Compute Instance detail</p></figcaption></figure>

### 3. เลือกเมนู Take Snapshot

ในหน้า Compute Instance detail เลือกเมนู MORE >  Take Snapshot

<figure><img src="/files/3xLLRVU3g8wZz5GnkW9H" alt=""><figcaption></figcaption></figure>

### 4. บันทึก Snapshot จาก Volume ที่ต้องการ

เลือก Volume ที่ต้องการบันทึก Snapshot คลิก "CREATE"

{% hint style="info" %}
ราคาที่แสดง เป็นราคาของ Snapshot ในกรณีที่ Volume มี data อยู่เต็ม และเป็นการบันทึก Snapshot ครั้งแรกเท่านั้น

โดยราคาที่คิดจริง จะคิดจากขนาด data ที่เปลี่ยนไปจริงตั้งแต่การบันทึก Snapshot ครั้งล่าสุด หรือคิดเป็น data ทั้งหมด ในกรณีที่บันทึก Snapshot ครั้งแรก
{% endhint %}

<figure><img src="/files/fjIbEEfOvUv5OsrsgOOj" alt=""><figcaption><p>Take Snapshot action</p></figcaption></figure>

### 5. รอ status ของ Snapshot เปลี่ยนเป็น Available

หลักจากคลิก "CREATE" แล้ว ระบบจะพาไปหน้า Snapshots list พร้อมแสดงรายการของ Snapshot ที่ได้จากการบันทึก Snapshot&#x20;

ให้รอจน Snapshot status กลายเป็น Available ก่อนนำไป create เป็น Volume ใหม่ต่อไป

<figure><img src="/files/bd7hNj8yBFWWX6gTdH2U" alt=""><figcaption><p>Snapshot list</p></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://docs-epc.gitbook.io/ncs-documents/compute/compute-instance/managing-instance/take-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.
