Create a reusable snapshot
Sandboxes
Create a reusable snapshot
Briefly pauses the running source sandbox, captures VM memory and
mutable rootfs state into a durable reusable snapshot artifact, then
resumes the source sandbox. The returned snapshot can be passed to
POST /v1/sandboxes as snapshot_id multiple times; each create starts
an independent fresh sandbox and leaves the snapshot reusable.
POST
Create a reusable snapshot
Authorizations
API key passed as Bearer token
Headers
Reuse the same key to safely retry the same create, reusable snapshot create, fork, upload create/complete, or agent deployment create operation without duplicating work.
Path Parameters
Sandbox ID (e.g. sb_a1b2c3d4)