Clusters

Perform action on a cluster node

Start or shut down a single node inside a cluster (worker, jumphost, or CPU service node).

Supported `action` values:
- `boot` — start the node
- `shutdown` — graceful shutdown
- `force_shutdown` — force the node off
post/v1/clusters/{clusterId}/nodes/{nodeId}/actions

Path parameters

clusterIdstring required
Example:0f0df396-6c64-46fb-adfe-2702647db2a8
nodeIdstring required
Example:43533b27-6b8e-439e-a3e1-609946859578

Headers

user-agentstring required
cf-connecting-ipstring required

Request body

action'boot' | 'shutdown' | 'force_shutdown' required

Example request

{
  "action": "shutdown"
}

Response

Action dispatched

Changes

No recorded changes to this endpoint across all 11 revisions of this API.