Skip to content

Immediately stop a node's daemon

POST
/api/v1/nodes/{id}/shutdown

Sends a ShutdownNode command straight to the daemon — no drain. The daemon stops its running instances and exits; the scheduler reschedules them onto other nodes if capacity allows. Use node drain instead for a graceful, instance-preserving stop.

id
required
string

Shutdown command sent

Node not found

Node not currently connected