ApiSandboxes
Destroy Sandbox
Destroy a sandbox permanently.
Authorization
User API Key AuthorizationBearer <token>
User API key (mgw_usr_live_* or mgw_usr_test_*)
In: header
Path Parameters
sandbox_id*string
Format
uuidCookie Parameters
access_token?|
Response Body
application/json
curl -X DELETE "https://loading/api/v1/sandboxes/497f6eca-6276-4993-bfeb-53cbbbba6f08"Empty
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}Create Sandbox
Create a new persistent sandbox. When ``session_key`` is set, reuses an existing sandbox for the same (user, session_key, image) triple instead of creating a new one. Resource limits (memory_mb, cpu_cores, disk_mb) default to the image's configured defaults if not explicitly provided. This ensures warm pool compatibility when callers don't specify custom resource limits.
Download Sandbox File
Download a file from a sandbox.
