Worker Disconnect
API Reference
Worker Disconnect
Mark a worker as disconnected/offline.
This endpoint is called by workers when they:
- Shut down gracefully (Ctrl+C)
- Exit due to an error
- Crash unexpectedly (via atexit handler)
Args: worker_id: Worker ID (UUID) disconnect: Disconnect details (reason, exit code, error)
POST
Worker Disconnect
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.