Add an agent to an agent pool
Request
PUT https://{hostname}:{port}
/cli/agentPool/addAgentToPool?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| pool | string | true | Name or ID of the agent pool |
| agent | string | true | Name or ID of the agent |
Related CLI command: addAgentToPool.