v50

OpenAPI 3.0.0raw.githubusercontent.com2026-08-015895110.3 KB
admin

Change node status

Change status of a node

post/nodes/{nodeID}

Path parameters

nodeIDstring required

Request body

clusterIDstring uuid

Identifier of the cluster

status'ready' | 'draining' | 'connecting' | 'unhealthy' | 'standby' required

Status of the node.

  • draining: the node is bound to be shut down. It will not accept new sandboxes and will stop once all existing sandboxes are done.
  • standby: the node is not actively used, but it can return to ready and continue serving traffic.

Response

The node status was changed successfully