Fork a sandbox
Create a point-in-time fork of a running sandbox. The source sandbox continues running.
Create a point-in-time fork of a running sandbox. The source sandbox continues running.
Authorization
apiKey API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.
In: header
Path Parameters
Sandbox ID (ULID)
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Fork mode: 'filesystem' (disk only) or 'full' (memory + disk).
"filesystem""filesystem" | "full"Response Body
application/json
application/problem+json
curl -X POST "https://api-dev.tektona.ai/v1/sandboxes/string/fork" \ -H "Content-Type: application/json" \ -d '{}'{ "$schema": "https://api-dev.tektona.ai/schemas/ForkResponse.json", "cache_key": "string", "id": "string", "image_ref": "string", "state": "string"}{ "$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"}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.
Get lifecycle config GET
Get the lifecycle configuration for a sandbox.