Sandboxes
Resume a sandbox
Resume a paused (hibernated or suspended) sandbox.
Resume a paused (hibernated or suspended) 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/json
application/problem+json
curl -X POST "https://api-dev.tektona.ai/v1/sandboxes/string/resume"{ "$schema": "https://api-dev.tektona.ai/schemas/ResumeSandboxResponseBody.json", "id": "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"}Resize a sandbox PUT
Change the CPU, memory, or disk allocation of a sandbox. Only provided fields change. Disk is grow-only. Downsizing memory requires force. Changes take effect on the sandbox's next start or resume.
Revoke a preview URL early DELETE
Immediately invalidate a preview token before it expires.