Skip to main content
Deactivate a snapshot when you want to keep it but stop new creates. Activate it again when you are ready to use it. Sandboxes that already started from the snapshot keep running.

Deactivate

POST /v1/agents/snapshots/{id}/deactivate
Creating a sandbox from an inactive snapshot fails.

Activate

POST /v1/agents/snapshots/{id}/activate
You can pass the snapshot ID or name on both routes.