Sandboxes

Resume a sandbox

Resume a paused (hibernated or suspended) sandbox.

POST
/v1/sandboxes/{id}/resume

Resume a paused (hibernated or suspended) sandbox.

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"}