Skip to main content
Register a new GPU node so Aria Compute PIN can manage agents on it. Provide SSH connection details and an optional spec and label set. The node is created with status active.

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.

Example