Power actions live behind the Actions menu on the server detail page, and as inline icons on the Cloud VMs list. Each action creates an entry in the Activity feed.
Powers on a stopped VM. Boot completes when the VM appears as Running in the list and the IP responds to traffic.
Gracefully shuts down a running VM by signalling ACPI poweroff to the guest. The VM transitions through Stopping to Stopped. Stopped VMs retain their disks, IP, and configuration but stop incurring compute charges (storage continues to be billed).
If the guest does not honor the ACPI signal, the platform will force power-off after a timeout. Long-running workloads should drain or quiesce before you stop the VM.
Restarts the VM in place. This is equivalent to a reboot issued inside the guest — the kernel boots fresh, but disks, IP, and plan stay the same. Use Reboot after kernel upgrades or to clear a stuck process when SSH is unresponsive but the host is healthy.
Opens a browser-based serial/VNC console for out-of-band access. Use it when:
The console session is tied to your IBEE Cloud login — no separate credentials are required at the console layer, but you still need OS-level credentials to log in.
Permanently removes the VM, its root disk, and any attached ephemeral resources. The public IP is released back to the pool.
Delete is irreversible. Snapshots and backups taken before deletion are retained according to their own retention policy and can be used to recover into a new VM, but the original VM cannot be restored in place once deleted.
Before deleting, consider:
Power actions are exposed via the API. Replace <vm-id> with your server ID (visible on the detail page header):
VM stuck in Stopping
The guest is ignoring ACPI shutdown. Wait for the force-stop timeout, or reboot to recover and stop again after the workload drains.
Console shows a blank screen
Press Enter to refresh the TTY. If the screen stays blank during boot, the kernel may be hung — reboot the VM and watch from the console for early-boot errors.
Can’t delete a VM Detach any block storage volumes first, and cancel in-flight operations (a backup or snapshot in progress will block deletion).