Resume a sandbox
Life Cycle Management
Resume Sandbox
Resume a suspended named sandbox from its suspend snapshot. Returns 202 Accepted when resume begins and 200 OK when the sandbox is already running.
POST
Resume a sandbox
Resume a suspended named sandbox from its suspend snapshot.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.
- Tensorlake returns
202 Acceptedwhen resume starts. - Tensorlake returns
200 OKwhen the sandbox is already running. - If the sandbox is not suspended, or its suspend snapshot is missing or not ready, Tensorlake returns
400 Bad Request.