Skip to main content
POST
/
sandboxes
/
{sandbox_id}
/
resume
Resume a sandbox
curl --request POST \
  --url https://api.tensorlake.ai/sandboxes/{sandbox_id}/resume \
  --header 'Authorization: Bearer <token>'
Resume a suspended sandbox from its suspend snapshot. Tensorlake returns 202 Accepted when resume starts and 200 OK when the sandbox is already running.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

sandbox_id
string
required

The ID of the sandbox.

Response

Sandbox was already running