Sandbox processes

Toggle process autostart

Enable or disable the persisted autostart definition for the process.

PUT
/v1/sandboxes/{sandboxId}/processes/{ref}/autostart

Enable or disable the persisted autostart definition for the process.

AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Path Parameters

sandboxId*string

Sandbox ID (ULID)

ref*string

Process ULID or name

Query Parameters

resume?boolean

Wake a paused sandbox to serve this request

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

enabled*boolean

Enable or disable the persisted autostart definition

Response Body

application/problem+json

curl -X PUT "https://api-dev.tektona.ai/v1/sandboxes/string/processes/string/autostart" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
Empty