removeTagFromAgent#

Delete a tag from an agent

Format#

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

Parameters#

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

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  removeTagFromAgent
  -agent Agent1
  -tag Tag1

Related REST command: Delete a tag from an agent.

Parent topic: CLI Commands