Skip to content

bhatti snapshot list

List your named VM snapshots.

bhatti snapshot list

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

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

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