Kill Switch Kit
Emergency stop mechanism to halt all agent operations instantly.
Configuration
Kill Switch Dashboard
0/5 completeStatus
ARMED
Agents Affected
12
Failed
0
Broadcast halt signalPENDINGSend stop command to all agents
Terminate active tasksPENDINGCancel all in-progress operations
Drain connectionsPENDINGClose all active connections gracefully
Persist statePENDINGSave agent state to durable storage
Confirm haltPENDINGVerify all agents are stopped
Integration Code
import { createKillSwitch } from 'agent-tools-kit/operations'
const killSwitch = createKillSwitch({ scope: 'system-wide' })
// Emergency: killSwitch.activate('reason')
// Recovery: killSwitch.recover()