Overview
Rebooting an instance restarts the guest operating system without terminating the instance or releasing its network addresses. Xloud Compute supports two reboot types: a soft reboot that cooperates with the guest OS, and a hard reboot that forcibly power-cycles the virtual machine.Prerequisites
- An instance in
ACTIVEstatus memberoradminrole in the project- CLI users: Xloud CLI configured and credentials sourced
Soft vs Hard Reboot
| Attribute | Soft Reboot | Hard Reboot |
|---|---|---|
| Signal sent | ACPI shutdown signal | Immediate power-cycle (equivalent to reset button) |
| Guest OS involvement | OS performs clean shutdown and restart | OS receives no signal — forcibly stopped |
| Data integrity | In-flight writes flushed before restart | Risk of in-flight data loss if OS had pending writes |
| Use case | Normal restarts, applying kernel or service updates | OS is unresponsive, soft reboot did not complete |
| Duration | Longer — OS shutdown sequence runs | Faster — bypasses OS shutdown |
| CLI flag | (default) | --hard |
Reboot an Instance
- Dashboard
- CLI
Navigate to the instance
Log in to the Xloud Dashboard (
https://connect.<your-domain>) and navigate to
Project → Compute → Instances.Select reboot type
In the instance row, open the Actions dropdown:
- Select Soft Reboot Instance to send an ACPI shutdown signal to the guest OS.
- Select Hard Reboot Instance to forcibly power-cycle the instance.
When to Use Each Reboot Type
After a kernel or OS update
After a kernel or OS update
Use a soft reboot to apply a newly installed kernel or system package that
requires a restart. The OS will complete any pending write operations and shut down
cleanly before restarting.
Applying configuration changes
Applying configuration changes
Use a soft reboot when restarting system services (e.g., network, SSH, firewall)
via a reboot is more reliable than individual service restarts.
Instance is unresponsive to SSH or console
Instance is unresponsive to SSH or console
If the guest OS is frozen and the console shows no activity, use a hard reboot
to force a power cycle. Check the console log after the hard reboot to diagnose
the root cause of the freeze.
View console log after hard reboot
Soft reboot did not complete
Soft reboot did not complete
If a soft reboot leaves the instance in
REBOOT status for more than 90 seconds
without returning to ACTIVE, escalate to a hard reboot.Hard reboot when soft reboot stalls
Next Steps
Rescue an Instance
Boot from a rescue image to recover from OS failures that survive a reboot
Resize an Instance
Change the instance flavor to adjust vCPU and RAM allocation
Launch an Instance
Create new instances with the correct configuration to minimize reboots
Compute User Guide
Overview of all compute operations and instance lifecycle management