Overview
A snapshot is a point-in-time copy of one volume. It’s the cheapest rollback available and the starting point for cloning a disk’s contents.Navigation: Storage → Snapshots. Titled Snapshots, subtitled “Manage volume snapshots and backups”.
There’s no create button here — snapshots are created from the volume. Use Create Snapshot on a row in Volumes.
Columns
Snapshot Name, Type, State, Size, and Created are sortable. Expanding a row shows Volume, Zone, Account, Size, and Created.
Manual versus scheduled
The Type column tells you who made the snapshot:States
The table shows these values exactly as the platform reports them, so you’ll see
BackedUp and BackingUp run together, while the State filter presents the same values as Backed Up and Backing Up. Same states, different spacing.Filtering
What you can build from a snapshot
This is the useful part. A BackedUp snapshot gives you three forward paths plus a download.Revert Snapshot depends on a platform
revertable flag as well as the state, so it won’t appear for every completed snapshot. Where it’s absent, use Create Volume and swap the volumes over instead — same outcome, non-destructive.Creating a volume from a snapshot
The dialog summarises the source Snapshot and its Zone. Success reports “Volume creation started successfully”.
Reverting
Downloading
Download Snapshot doesn’t hand you a file directly. It starts an extraction job and reports “Snapshot extraction started successfully”; the image becomes available when that job completes. Watch Jobs.Worked example: clone a disk to test a migration
You want to test a schema migration against real data without touching production.1
Snapshot the production data volume
From Volumes, Create Snapshot on the volume. Name it for its purpose:
prod-data-premigration-test.2
Wait for BackedUp
Creating and BackingUp aren’t usable yet. Sort by Created to find it quickly.3
Create a volume from it
Create Volume → name it
test-data-clone, and attach it to your test machine in the same step.4
Run the migration against the clone
Production is untouched. The clone is a full independent copy.
5
Delete the clone and the snapshot when done
Both consume storage quota. The clone is a full-size volume, not a thin reference.
Deleting
The dialog reads: “Deleting snapshot "" will permanently remove all data. This action cannot be undone.”Empty and error states
A “no snapshots match your filters” state exists in the code but can never display, due to a contradictory condition. Filtering to nothing shows an empty table rather than an explanation — so if the table looks blank, check whether a filter is active.
Related
Volumes
Where snapshots are created.
Snapshot Policies
Automate them, with retention.
Backups
Whole-machine protection, held separately.
Templates
Turn a snapshot into a reusable image.