Snapshots
List snapshots
Get snapshot details
Delete a snapshot
Fork a new instance from a snapshot
ModelsExpand Collapse
Snapshot = object { id, created_at, kind, 11 more }
Auto-generated unique snapshot identifier
Snapshot creation timestamp
Snapshot capture kind
Snapshot capture kind
Total payload size in bytes
source_hypervisor: "cloud-hypervisor" or "firecracker" or "qemu" or "vz"Source instance hypervisor at snapshot creation time
Source instance hypervisor at snapshot creation time
Source instance ID at snapshot creation time
Source instance name at snapshot creation time
Compressed memory payload size in bytes
Enable snapshot memory compression
algorithm: optional "zstd" or "lz4"Compression algorithm (defaults to zstd when enabled). Ignored when enabled is false.
Compression algorithm (defaults to zstd when enabled). Ignored when enabled is false.
Compression level. Allowed ranges are zstd=1-19 and lz4=0-9. When omitted, zstd defaults to 1 and lz4 defaults to 0. Ignored when enabled is false.
Compression error message when compression_state is error
compression_state: optional "none" or "compressing" or "compressed" or "error"Compression status of the snapshot payload memory file
Compression status of the snapshot payload memory file
Optional human-readable snapshot name (unique per source instance)
User-defined key-value tags.
Uncompressed memory payload size in bytes
SnapshotKind = "Standby" or "Stopped"Snapshot capture kind
Snapshot capture kind