Skip to main content
GET
/
v1
/
control
/
killswitch
Get the tenant's control-loop kill-switch state
curl --request GET \
  --url https://api.trulayer.ai/v1/control/killswitch \
  --header 'Authorization: Bearer <token>'
{
  "active": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

SDK API key (tl_...) or Clerk session JWT

Response

Kill-switch state

active
boolean
required

True when the control-loop kill-switch is active for the tenant.