Suspend a sandbox
Life Cycle Management
Suspend Sandbox
Suspend a named running sandbox by snapshotting it and terminating the live container. Returns 202 Accepted when suspension begins or is already in progress, and 200 OK when the sandbox is already suspended.
POST
Suspend a sandbox
Suspend a named running sandbox by snapshotting it and terminating the live container.Documentation Index
Fetch the complete documentation index at: https://docs.tensorlake.ai/llms.txt
Use this file to discover all available pages before exploring further.
- This path accepts either the sandbox ID or the sandbox name.
- Only named sandboxes can be suspended. Ephemeral sandboxes return
400 Bad Request. - Tensorlake returns
202 Acceptedwhen suspension starts or is already in progress. - Tensorlake returns
200 OKwhen the sandbox is already suspended.