bhatti snapshot list
List your named VM snapshots.
Synopsis
Section titled “Synopsis”bhatti snapshot list
Description
Section titled “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
Section titled “Examples”bhatti snapshot listID NAME SOURCE SIZEsnap_a1b2c3d4 pre-experiment dev 512MBsnap_e5f6g7h8 daily worker 1024MBsnap_i9j0k1l2 ready base 384MB# JSON for scriptingbhatti snapshot list --json | jq '.[] | select(.source_sandbox == "base")'Options
Section titled “Options”This command takes only global flags. See Global flags for --url, --token, --json, --timing, --data-dir.