Updated May 8, 2026 You can change a VM’s power state from three places:Documentation Index
Fetch the complete documentation index at: https://docs.rafftechnologies.com/llms.txt
Use this file to discover all available pages before exploring further.
- VM detail page — the top-right Running toggle, or the Power tab
- Instance list row — the 3-dot Actions menu
- Bulk selection — tick checkboxes and use the toolbar to act on many VMs at once
1. From the VM detail page
The detail page has two power controls:- Running toggle (top right) — flip it off to power down, on to power up. Quickest path.
- Power tab — full panel with the explanatory copy and a single big Turn Off VM / Turn On VM button.

2. From the row Actions menu
In the Instances list, click the ⋮ at the right end of any VM row. The menu includes Stop, Restart, and the other per-VM actions.
3. Bulk — multiple VMs at once
Tick the checkbox on several rows. A toolbar appears at the top of the list with bulk options:- Stop N — stop every selected VM
- Delete Selected — destroy every selected VM (irreversible)
- Clear — deselect all

How shutdown actually works
Stopping from the control panel triggers a graceful shutdown first. If the OS doesn’t acknowledge in time, the platform falls back to a forced shutdown — which can corrupt open files or in-flight database writes. For production VMs, prefer issuing the shutdown from inside the VM:- Linux:
sudo poweroff(orsudo shutdown -h now) - Windows:
Shutdown /s /t 0from PowerShell, or Start → Power → Shut down
passive.
What’s preserved while stopped
| Resource | State while passive |
|---|---|
| Disk contents | Retained |
| Public IPv4 | Held, not released |
| CPU, RAM, disk slot | Reserved on the hypervisor |
| Bandwidth | Unlimited outbound on every plan, regardless of state |
Billing while stopped
Stopped VMs (passive) are still billed under their subscription — stopping does not prorate or pause charges. To stop charges, delete the VM; unused subscription days and hours are credited back to your account balance.
Status reference
| Status | Description | Billable |
|---|---|---|
active | Running and accessible | Yes |
passive | Stopped, resources reserved | Yes |
provisioning | Being created | Yes |
booting | Starting up | Yes |
initiating | Initial setup | Yes |
finalizing | Shutting down | Yes |
failure | Failed operation | No |
unknown | Unhandled state | No |
Next steps
Resize a VM
Change CPU and RAM (requires stop).
Delete a VM
Permanently remove a VM.