Skip to main content
Delete a GPU node and all associated resources. This cascades to each agent on the node: training jobs are cleared first, then agents are removed, and finally the node itself is deleted.

Endpoint

DELETE /v1/gpu-nodes/:id Authorization: Bearer API key required.

Path parameters

string
required
GPU node identifier, e.g. gn_a1b2c3d4.

Response

integer
Response code (0 for success).
object
required
Deletion confirmation.
string
Empty on success.

Example