Sandboxes

Make a shared sandbox private again

Set the sandbox's sharing level back to none. Owner or project/org admin only.

PUT
/v1/sandboxes/{id}/unshare

Set the sandbox's sharing level back to none. Owner or project/org admin only.

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 PUT "https://api-dev.tektona.ai/v1/sandboxes/string/unshare"
{  "$schema": "https://api-dev.tektona.ai/schemas/SandboxShareResponse.json",  "id": "string",  "share_type": "string"}