pub- host access for a provisioned twin environment. Private proxy-token access remains available until TTL or teardown. The deployment keeps running until its TTL expires or you call teardown.
Path parameters
| Field | Type | Description |
|---|---|---|
run_id | string | Provisioning run id returned from POST /validate/twins/provision. |
| Field | Type | Description |
|---|---|---|
status | string | locked when this call revoked public access, or already_locked when public access was already disabled. |
run_id | string | Provisioning run id. |
is_public | boolean | Always false after a successful response. |
| Status | Description |
|---|---|
400 | run_id is not a valid UUID. |
404 | No run with that id exists for the authenticated user. |

