Sandboxes
Revoke a preview URL early
Immediately invalidate a preview token before it expires.
Immediately invalidate a preview token before it expires.
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)
token*string
Preview token to revoke.
Length
16 <= length <= 16Response Body
application/problem+json
curl -X DELETE "https://api-dev.tektona.ai/v1/sandboxes/string/preview-urls/stringstringstri"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"}Resume a sandbox POST
Resume a paused (hibernated or suspended) sandbox.
Attach or switch a sandbox's egress proxy profile PUT
Attach an egress proxy profile to an existing sandbox, replacing any current attachment. The reference uses the same grammar as create: org/<name>, project/<name>, or a bare <name> (alias for project/<name>). A running sandbox picks up the change within seconds, without a restart.