# Reboot Instance

To reboot an instance, there are two types of reboot available: **Soft Reboot** and **Hard Reboot**. **Soft Reboot** is used to restart the VM system gracefully by stopping all running processes one by one. **Hard Reboot** is used to force restart the system when the instance is not responding.

* To access **Soft Reboot** and **Hard Reboot**, click the **Power** menu. This option can be found in the **Reboot** section.

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

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

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

* A confirmation window will appear to confirm the reboot action. Then click **Reboot**.

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

* A **Restarting the instance** notification will appear indicating that the VM is being restarted.

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

* If the VM is successfully restarted, a notification will appear: **Instance \[your-instance-name] has been successfully restarted.**

<figure><img src="/files/Zg507JdX4FNRwLiXDKwD" 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/reboot-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.
