removeTagFromAgent
Delete a tag from an agent
Format
udclient [global-args...] [global-flags...]
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.