> 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/shut-off-stop-with-resource-reservation.md).

# Shut Off (Stop with resource reservation)

{% hint style="info" %}
ระหว่างที่ Compute Instance อยู่ในสถานะ Shutoff จะมีการคิดเงินทุกๆ อย่างตามปกติ (Machine Type, Image License, Volume และ External IP)

หากต้องการลดค่าใช้จ่ายในระหว่างที่ Stop Instance ไว้ สามารถใช้ Function [Shelve (Stop and release resources):](/ncs-documents/compute/compute-instance/managing-instance/shelve-stop-and-release-resources.md) แทนได้
{% endhint %}

{% hint style="warning" %}
การ Shut Off Compute Instance จะเป็นการ Reserve Resoure ทั้งหมดเอาไว้ ทำให้**ไม่มี**ความเสี่ยงที่จะทำให้ไม่สามารถ Start Compute Instance กลับมาได้ทันที
{% endhint %}

## Prerequisite

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

## Instuctions

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

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

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

### 2. สั่ง Shut Off Compute Instance&#x20;

ที่หน้า Compute Instance list เลื่อนหน้าจอไปทางขวามือสุด เพื่อให้เห็นปุ่ม "MORE"

คลิกปุ่ม "MORE" และเลือกเมนู "Shut Off Compute Instance"

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

หรือเข้าผ่านหน้า Compute Instance detail โดยคลิกที่ชื่อ Compute Instance ที่ต้องการในหน้า Compute Instance list&#x20;

ในหน้า Compute Instance detail เลือก "STOP" อยู่ที่แถบ menu ด้านบน และเลือก "Shut Off Compute Instance" ดังภาพ

<figure><img src="/files/7vIqj6iEHndfm034PrdP" alt=""><figcaption></figcaption></figure>

การ Shut Off Compute Instance จะทำให้ไม่มีการคิดเงินค่า Machine Type ของ Compute Instance (Volume และ External IP ยังคงคิดเงินตามปกติ)

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

คลิกปุ่ม "Shut Off" เพื่อยืนยันการ Shut Off Compute Instance

### 3. รอให้ status ของ Compute Instance กลายเป็น Shutoff

ระบบจะแสดงหน้าเดิมก่อนเข้าสู่ Shut Off Compute Instance&#x20;

เมื่อ status ของ instance กลายเป็น "Shutoff" ก็เสร็จเรียบร้อย

<figure><img src="/files/i1Z1LYOYPVAwjnRwGf9b" 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/compute/compute-instance/managing-instance/shut-off-stop-with-resource-reservation.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.
