Skip to content

Get Kill Switch Status

GET
/api/v1/admin/kill-switch/status

Check the current kill switch status.

Returns whether the kill switch is active for the given tenant or globally. Requires platform-operator access.

Authorizations

Parameters

Query Parameters

tenant_id
Any of:
string

Responses

200

Successful Response

Response body for kill switch operations.

Attributes: action: The action performed (halt, resume, status). scope: Whether the action is tenant-scoped or global. tenant_id: The tenant affected (None for global). active: Whether the kill switch is currently active. reason: The halt reason (empty if not active).

object
action
required
string
active
required
boolean
reason
string
""
scope
required
string
tenant_id
Any of:
string

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string