> For the complete documentation index, see [llms.txt](https://docs.cloudeka.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.id/deka_flexi/deka_flexi_compute/details-instance/reboot-instance.md).

# Reboot Instance

To reboot the instance, you can do 2 reboots of which **Soft Reboot** is used to slowly restart your VM system by stopping all running processes one by one while **Hard Reboot** is used to force restart the system when your instance is already showing no response.

* To get **Soft Reboot** and **Hard Reboot**, click the **Power** menu. This can be seen in the menu section **Reboot.**

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.95%20Reboot%20Instance.PNG" alt=""><figcaption><p>Power Page - Reboot Menu</p></figcaption></figure>

* To restart the VM system by stopping all running processes one by one, click the **Soft Reboot** button, while to restart the VM system by force stopping click the **Hard Reboot** button.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.96%20Reboot%20Instance.png" alt=""><figcaption><p>Reboot Menu- Soft Reboot &#x26; Hard Reboot</p></figcaption></figure>

* A confirmation window will appear to **Reboot**. Then click **Yes**.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.97%20Reboot%20Instance.PNG" alt=""><figcaption><p>Reboot Menu - Confirmation Window</p></figcaption></figure>

* There is a **Restarting the instance** notification that your VM is being restarted.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.98%20Reboot%20Instance.png" alt=""><figcaption><p>Restart Process Notification</p></figcaption></figure>

* If your VM is successfully restarted there will be a notification **Instance \[your-instance name] has been successfully restarted.**

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/2computeinstance/2.99%20Reboot%20Instance.png" alt=""><figcaption><p>Restart Successful Notification</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.cloudeka.id/deka_flexi/deka_flexi_compute/details-instance/reboot-instance.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.
