Power States
Your VPS is always in one of the following states, displayed in real time on your service page:Available Actions
Graceful Shutdown
Sends an ACPI shutdown signal to the OS, allowing it to cleanly stop services, flush data to disk, and power off safely. This is the recommended way to shut down your server.Graceful Shutdown requires a running OS with ACPI support. If the OS is unresponsive, use Power Off instead.
Power Off
Immediately cuts power to the server. The OS does not get a chance to close processes or flush data to disk.Power On
Starts a stopped server. The server boots using its installed OS.Reboot
Hard power cycles the server — equivalent to Power Off followed by Power On. For routine restarts, runningreboot via SSH is preferable as it allows the OS to handle the shutdown sequence gracefully.