PUT
/
sandboxes
/
{sandboxName}
/
stop
curl --request PUT \
  --url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "metadata": {
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "createdBy": "<string>",
    "updatedBy": "<string>",
    "displayName": "<string>",
    "labels": {},
    "name": "<string>",
    "workspace": "<string>"
  },
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

sandboxName
string
required

Name of the Sandbox

Response

200
application/json
successful operation

Response when stopping a Sandbox