List agents on a node
GET/v1/gpu-nodes/:id/agents
Authorization: Bearer API key required.
Path parameters
string
required
GPU node identifier, e.g. gn_a1b2c3d4.
Response
Example
Deploy an agent to a node
POST/v1/gpu-nodes/:id/agents
Authorization: Bearer API key required.
Path parameters
string
required
GPU node identifier.
Request body
string
Agent name (optional, defaults to agent-).
Response
integer
Response code (0 for success).
string
Empty on success.
Example
List all agents globally
GET/v1/agents
Authorization: Bearer API key required.