Restart a VM
A running VM reboots in place. A stopped or failed VM is started again on the node that holds its disk (503 VM_NODE_BUSY when that node has filled up while the VM was stopped and cannot take it back; try later, or create a new VM to place elsewhere). For a pod: from stopped or failed, starts it again on the node that holds its volume, re-claiming GPUs there (503 POD_NODE_BUSY when that node's GPUs are taken, 503 INSUFFICIENT_IP_CAPACITY when the pod's InfiniBand fabric has no free address; 409 POD_NODE_OFFLINE when the node is offline, POD_NODE_NO_INFINIBAND when the org is enabled for InfiniBand but the node's agent predates it, POD_NODE_NO_AMD_GRANT when the pod's GPU model is AMD but the node's agent is below the level that grants AMD GPUs, POD_STOPPING while the previous run is still tearing down); from running, recreates the container (the container filesystem resets, /workspace is kept).
Path parameters
Response
OK
Changes
Changed in 4 of the 36 revisions of this API.4
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○