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.