cURL
curl --request POST \ --url https://api.tensorlake.ai/sandboxes/{sandbox_id}/resume \ --header 'Authorization: Bearer <token>'
Resume a suspended sandbox from its suspend snapshot. Returns 202 Accepted when resume begins and 200 OK when the sandbox is already running.
202 Accepted
200 OK
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the sandbox.
Sandbox was already running
Was this page helpful?