Endpoint
POST/v1/gpu-nodes
Authorization: Bearer API key required.
Request body
string
required
Human-readable node name.
string
required
Node IP address for SSH access.
string
required
SSH username.
integer
SSH port (defaults to 22).
string
SSH private key (plaintext, encrypted before storage).
string
SSH password (plaintext, encrypted before storage).
string
Hardware spec summary.
array of strings
Scheduling labels.
Response
integer
Response code (0 for success).
object
required
The created GPU node object.
string
Empty on success.