deleteAgentPool#

Delete an agent pool

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  deleteAgentPool [parameters]

Parameters#

Parameter Type Required Description
pool string true Name or ID of the agent pool

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  deleteAgentPool 
  -pool Pool1

Related REST command: Delete an agent pool.

Parent topic: CLI Commands