/agentPool/removeAgentFromPool PUT

Remove an Agent from an Agent Pool

Request

PUT https://{hostname}:{port}
  /cli/agentPool/removeAgentFromPool?{parameters}
Table 1. Parameters
Parameter Type Required Description
pool string true Name or ID of the Agent Pool
agent string true Name or ID of the Agent to remove

Related CLI command: removeAgentFromPool.


Feedback