Updated May 8, 2026 A snapshot is a point-in-time copy of a VM’s OS disk or a volume’s contents. Use snapshots as restore points before risky changes — kernel upgrades, OS package changes, schema migrations — or as the starting point for a clone. For automated, scheduled protection use backups. See Snapshots vs Backups for when to pick which.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.
Before you start
VM snapshots require the VM to be
active (running). A stopped VM (passive) cannot be snapshotted. Volume snapshots work regardless of VM state.mysql FLUSH TABLES WITH READ LOCK, pg_start_backup()).
Three ways to start
a. Top-level Snapshots tab — pick any resource
From the Compute Resources page, switch to the Snapshots tab and click + Create Snapshot.

| Field | What to set |
|---|---|
| Type | Virtual Machine or Volume |
| Resource | The specific VM or volume (only active VMs are listed) |
| Name | Optional — a default is generated from the resource if you leave it blank |
b. VM detail page → Snapshot quick button
The top action bar of every VM detail page has a Snapshot button — the fastest path when you’re already on the VM.c. VM detail page → Snapshots tab
Same VM detail page, the Snapshots tab lists every snapshot of this VM and has its own + Create Snapshot button.
vm-<name>-MM-DD-YY:

What happens after you confirm
| Status | Meaning |
|---|---|
creating | Capture in progress — typically 1–2 minutes, scales with the size of the disk being captured (backups, by comparison, average ~3 minutes) |
ready | Stored and restorable |
failed | Capture didn’t complete; safe to delete |
Pricing
Snapshots are billed by GB-hour — the size of the snapshot in GB times the hours it’s stored.- The meter starts the moment a snapshot reaches
readyand runs continuously until you delete it. - The billing cycle closes at the end of each calendar month.
- The previous month’s snapshot bill is settled on the 1st of the next month: it’s deducted from your account balance, and any remainder is charged to your saved card.
- A 50 GB snapshot kept all month costs the same as a 100 GB snapshot kept for half a month — same total GB-hours.
Naming convention
The auto-generated name pattern isvm-<vm-name>-MM-DD-YY (e.g. vm-finance-05-03-26). Replace it when you want context — e.g. finance-pre-kernel-upgrade or finance-prod-2026-q2. Names don’t need to be unique across your account.
Next steps
Snapshots vs Backups
When to use which.
Enable backups
Schedule recurring captures instead.
Storage model
How snapshots fit into the wider storage stack.