Skip to main content
Send a partial update to an existing GPU node. Only provided fields are changed; omitted fields keep their current values. SSH credentials are re-encrypted before storage when supplied.

Endpoint

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

Path parameters

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

Request body

string
Updated human-readable name.
string
Updated IP address.
integer
Updated SSH port.
string
Updated SSH username.
string
New SSH private key (re-encrypted before storage).
string
New SSH password (re-encrypted before storage).
string
Updated hardware spec summary.
array of strings
Replacement label list.
string
New status string, e.g. active or maintenance.

Response

string
required
Node identifier.
string
required
Updated name.
string
required
Updated IP.
integer
SSH port.
string
required
SSH username.
string
Spec summary.
array of strings
Labels.
string
Current status.
string (ISO 8601)
Creation timestamp.
string (ISO 8601)
Last update timestamp.

Example