Cost comparison
Suspend is the middle ground between running (expensive) and deleting (permanent).
How to suspend
- Go to your cluster’s Machines tab
- Click the menu on the machine you want to suspend
- Choose Suspend machine
- Confirm in the dialog
- Gracefully shut down the server
- Create a snapshot of the full disk
- Delete the cloud server (billing stops)
- Show the machine in the Suspended Machines section
How to resume
- Find the machine in the Suspended Machines section
- Click Resume
- Create a new server from the snapshot
- Wait for it to boot
- Delete the snapshot (data is now on the new server)
- The machine rejoins your cluster automatically
What’s preserved
Auto-suspend on subscription downgrade
When your Pro subscription ends, CNAP automatically suspends all platform-managed machines instead of deleting them:- Subscription ends → machines are suspended
- Snapshots kept for 90 days
- Re-subscribe → dashboard shows suspended machines with Resume button
- After 90 days → snapshots permanently deleted
Bring-your-own-key (BYOM) machines are not affected by subscription changes. They stay running because you pay the provider directly.
Snapshot retention
Suspended machine snapshots are kept for 90 days. After that, they are permanently deleted by the hourly cleanup job. The dashboard shows the expiration date for each suspended machine. To permanently delete a suspension early (and its snapshot), click the trash icon next to the suspended machine. This is irreversible.API
Suspend and resume are available via the REST API:Provider differences
Different cloud providers handle “stop billing” differently. CNAP abstracts this — the suspend/resume API is the same regardless of provider.
You don’t need to know which approach your provider uses — CNAP picks the right strategy.