Skip to main content
POST
/
sandboxes
/
{sandbox_id}
/
pause
Pause a running sandbox
curl --request POST \
  --url https://api-staging.superserve.ai/sandboxes/{sandbox_id}/pause \
  --header 'X-API-Key: <api-key>'
{
  "error": {
    "code": "<string>",
    "message": "<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 paused