Get Kill Switch Status
GET /api/v1/admin/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
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).
422
Validation Error
object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string