raff snapshot command group covers point-in-time snapshots of VM disks and volumes. Snapshots are stored separately from the source and can be restored back over the source disk. Every subcommand supports --output json for scripting. Aliases: raff snapshots, raff snap.
Subcommand index
list
ID, NAME, SIZE, TYPE, SOURCE, STATUS, CREATED.
get
create
--name, --resource-type. Pass --resource-id <vm-uuid> for VM snapshots, --volume-id <id> for volume snapshots.
rename
restore
--force to skip the confirmation prompt.
While the source is reverted to a snapshot, that snapshot’s status reads active and it cannot be deleted. Saved-but-not-in-use snapshots have an empty status.
delete
--force to skip the confirmation prompt. Cannot delete a snapshot whose status is active — the source is currently reverted to it.
Related
Backup commands
Managed backups with retention.
raff_snapshot (Terraform)
Declarative snapshot management.
API Reference
The HTTP API behind the CLI.