> For the complete documentation index, see [llms.txt](https://docs.synteq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.synteq.com/virtualization-platform/server-management/power-options-on-a-vps.md).

# Power options on a VPS

### Where can you find the power options for your VPS?&#x20;

You can find them in our Virtualization Panel! Start by logging in, then clicking `Manage` next to the VPS that you'd like to execute a power option on:&#x20;

<figure><img src="/files/8M4tJpEPKtww0yBMp4AZ" alt=""><figcaption></figcaption></figure>

Then you'll be presented with a management screen, on which at the top, you'll see the following buttons:&#x20;

<figure><img src="/files/5FCfHEZcgTVKBEBcbEd8" alt=""><figcaption></figcaption></figure>

### Boot \[1]

The `Boot` power option will boot your server. This is the equivalent of clicking on the power button on your shut-down computer.

### Shutdown \[2]

The `Shutdown` power option will gracefully shut down your VPS. This is the equivalent of the `shutdown` command on your VPS.&#x20;

### Restart \[3]

The `Restart` power option will gracefully restart your system. This is the equivalent of the `reboot` command.&#x20;

### Power Off \[4]

The `Power Off` power option will forcefully shut down your system. This is the equivalent of holding the power button on your server until the system shuts off.&#x20;

{% hint style="info" %}
If your VPS is currently being backed up, or is restoring from a backup, all of these options will be disabled. Please do not reach out to us about this if you haven't waited at least 12 hours for this process to finish. The process of backup up, as well as restoring can take a while, especially depending on your disk size
{% endhint %}


---

# 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.synteq.com/virtualization-platform/server-management/power-options-on-a-vps.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.
