> 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/storage/block-storage/managing-volume-s/how-to-change-volume-type.md).

# How to Change Volume Type

ในกรณีที่ต้องการเปลี่ยน Performance Type ของ Volume เพื่อเพิ่มความรวดเร็วในการใช้งาน หรือต้องการลดค่าใช้จ่ายโดยการเปลี่ยนเป็น Performance Type ที่มีความรวดเร็วในการใช้งานลดลง เพื่อให้เหมาะสมกับการใช้งานปัจจุบัน สามารถทำได้ตามขั้นตอนด้านล่าง ซึ่งจะมีข้อจำกัดคือ Volume จะต้องไม่มี Snapshot และการ retype Volume จะใช้เวลาในการดำเนินการขึ้นอยู่กับขนาดของ Volume ที่ต้องการ retype

## Prerequisite

* มียอดคงเหลือใน project มากกว่า 0 บาท ([ขั้นตอนการเติมเงินเข้าสู่ project](/ncs-documents/nipa-cloud-space-overview/billing-and-wallet/topup-a-project-wallet.md))
* Volume ที่สามารถเปลี่ยนชื่อได้ จะต้องมี status <mark style="color:green;">**Healthy**</mark> และไม่มี Snapshot อยู่เท่านั้น

{% hint style="info" %}
แนะนำให้ทำการ [Create Image จาก Volume](/ncs-documents/compute/compute-image/create-image-from-a-bootable-volume.md) เอาไว้ก่อน เพื่อเป็นการ Backup
{% endhint %}

## Instruction

### 1. เข้า menu Retype Volume

เลือก Volume ที่ต้องการ แล้วคลิกที่ menu Retype Volume&#x20;

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

### 2. เลือก Performance Type ที่ต้องการ

เลือก Performance Type ที่ต้องการเปลี่ยน โดยระบบจะเริ่มคิดเงิน Volume ใหม่ โดยอ้างอิงจาก Performance Type ที่เลือก\
จากนั้นคลิก Retype

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

### 3. รอจนกว่า Volume จะดำเนินการ Retype เสร็จ

ระบบจะแสดงหน้าต่างสรุปการ retype ให้ปิดหน้าต่างนี้ และรอจนกว่า status ของ Volume กลับมาเป็น Healty อีกครั้ง

<figure><img src="/files/vVIvh3A8cVWgTZOganrd" 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://docs-epc.gitbook.io/ncs-documents/storage/block-storage/managing-volume-s/how-to-change-volume-type.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.
