security
Intended Documentation
Emergency Controls
Trigger and review emergency control actions for tenant and environment containment.
Emergency Controls#
Emergency controls are exposed through enterprise admin endpoints and are fully audited.
Read Current Emergency State#
GET /admin/emergency-controls?tenantId=<tenant>
Invoke Emergency Action#
POST /admin/emergency-controls/:action
Supported actions:
tenant_halttenant_resumeenvironment_haltenvironment_resumeconnector_pauseconnector_resumetoken_revoke
Request body schema:
tenantId(required)reason(required)environmentKey(optional)targetRef(optional)metadata(optional)
Token Revocation Example#
Warning
Emergency actions are fail-closed and high impact. Always include an incident reference in reason for audit traceability.