# Power Off Instance

Turning off an instance stops the virtual machine when it is no longer in use. When you turn off a VM from the control panel, the system first attempts a **graceful shutdown**. If this fails, the system performs a **forced shutdown**, which may risk data corruption.

To maintain data integrity, it is recommended to shut down the instance from within the operating system using the command line (for example, using the `poweroff` command).

When the instance is turned off, the VM stops using CPU and memory resources, but the data stored on the disk remains intact. However, the instance may still incur charges depending on the billing configuration. To stop billing completely, you must delete the instance.

To turn off an instance, follow these steps:

* Go to the **Instance** page. Select the instance you want to turn off. Open the **Power** menu. Click **Turn Off Instance**.

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

* In the confirmation window, click **Turn Off** to proceed.

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

* A notification appears indicating that the instance is stopping.

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

* Wait until the process is complete. A notification appears:

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

* After the instance is turned off, the instance status icon on the **VM Instances** page turns **red**.

<figure><img src="/files/wAgNxO65EfPC76QAb0uQ" 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:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-flexi/deka-flexi-instance/details-instance/power-off-instance.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.
