Skip to main content
POST
/
sandboxes
/
{sandbox_id}
/
resume
Resume a paused sandbox
curl --request POST \
  --url https://api-staging.superserve.ai/sandboxes/{sandbox_id}/resume \
  --header 'X-API-Key: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "status": "active",
  "access_token": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.superserve.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

sandbox_id
string<uuid>
required

The unique identifier of the sandbox.

Response

Sandbox is now active

Returned by POST /sandboxes/{id}/resume.

id
string<uuid>
status
enum<string>
Available options:
active
access_token
string

Fresh access token; use this instead of the one from create.