Sandboxes
Delete a sandbox
Delete a sandbox.
Delete a sandbox.
Authorization
apiKey AuthorizationBearer <token>
API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
id*string
Sandbox ID (ULID)
Response Body
application/problem+json
curl -X DELETE "https://api-dev.tektona.ai/v1/sandboxes/string"Empty
{ "$schema": "https://api-dev.tektona.ai/schemas/ErrorModel.json", "detail": "Property foo is required but is missing.", "errors": [ { "location": "string", "message": "string", "value": null } ], "instance": "https://example.com/error-log/abc123", "status": 400, "title": "Bad Request", "type": "https://example.com/errors/example"}Create VNC access token POST
Generate a short-lived token for WebSocket VNC access to a sandbox.
Detach a sandbox's egress proxy profile PUT
Remove the sandbox's egress proxy profile attachment. The sandbox keeps its egress network policy; it just loses credential injection. A running sandbox picks up the change within seconds, without a restart. Detaching with nothing attached returns 409.