curl --request PUT \
--url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/start \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"status": "<string>"
}
Starts a Sandbox by name.
curl --request PUT \
--url https://api.blaxel.ai/v0/sandboxes/{sandboxName}/start \
--header 'Authorization: Bearer <token>'
{
"message": "<string>",
"metadata": {
"createdAt": "<string>",
"updatedAt": "<string>",
"createdBy": "<string>",
"updatedBy": "<string>",
"displayName": "<string>",
"labels": {},
"name": "<string>",
"plan": "<any>",
"workspace": "<string>"
},
"status": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the Sandbox
successful operation
Response when starting a Sandbox
Was this page helpful?