latestOpenAPI 3.1.02026-08-23100133183.1 KB
0d66c7340876
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:9e4601df-d113-4660-8b0c-4bb221ad9382
nodeIdstring required
Example:853f47fd-a6f3-42f3-8e65-e3ee9f8012de
Headers
user-agentstring required
cf-connecting-ipstring required
Request body
Example request
{
"action": "shutdown"
}Response
Action dispatched