Skip to content

bhatti snapshot list

List your named VM snapshots.

Synopsis

bhatti snapshot list

Description

Lists snapshots owned by the authenticated user. Each row includes the snapshot ID, name, source sandbox name, and on-disk size in MB.

Examples

bhatti snapshot list
ID                   NAME                 SOURCE               SIZE
snap_a1b2c3d4        pre-experiment       dev                  512MB
snap_e5f6g7h8        daily                worker               1024MB
snap_i9j0k1l2        ready                base                 384MB
# JSON for scripting
bhatti snapshot list --json | jq '.[] | select(.source_sandbox == "base")'

Options

This command takes only global flags. See Global flags for --url, --token, --json, --timing, --data-dir.

See also