Sandboxes

Detach a sandbox's egress proxy profile

Remove the sandbox's egress proxy profile attachment. The sandbox keeps its egress network policy; it just loses credential injection. A running sandbox picks up the change within seconds, without a restart. Detaching with nothing attached returns 409.

PUT
/v1/sandboxes/{id}/egress-proxy-profile/detach

Remove the sandbox's egress proxy profile attachment. The sandbox keeps its egress network policy; it just loses credential injection. A running sandbox picks up the change within seconds, without a restart. Detaching with nothing attached returns 409.

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/problem+json

curl -X PUT "https://api-dev.tektona.ai/v1/sandboxes/string/egress-proxy-profile/detach"
Empty