bdy sandbox snapshot create

$bdy sandbox snapshot create|add [options] <identifier>

Create a snapshot

ARGUMENTS
identifier
Sandbox identifier (required)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-n, --name <name>
Snapshot name (optional, auto-generated if not provided)
--wait [seconds]
Wait until operation completes
-h, --help
display help for command

Documentation for bdy v1.20.0

Last modified on Apr 13, 2026

Examples

Create snapshot of sandbox with name
bdy sb snap create sandbox-identifier -n "my-snapshot"$
Create snapshot of sandbox and wait for it to complete
bdy sb snap create sandbox-identifier --wait$