- 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
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
See Lifecycle states for the full transition diagram.
Next steps
Resize a VM
Change CPU and RAM (requires stop).
Delete a VM
Permanently remove a VM.