removeTagFromResource
Remove a tag from a resource
Format
udclient [global-args...] [global-flags...]
removeTagFromResource [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| resource | string | true | ID or path to the resource, such as /ResourceGroup/Agents/Agent1 |
| template | string | false | Name or ID of the resource template (Optional) |
| blueprintId | string | false | Name or ID of the blueprint (Optional) |
| application | string | false | Name or ID of the application (Required to look up blueprint by name) |
| tag | string | true | Name of the tag |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
removeTagFromResource
-resource /Resource1/Subresource1
-tag Tag1Related REST command: Remove a tag from a resource.