removeTagFromComponent
Delete a tag from a component
Format
udclient [global-args...] [global-flags...]
removeTagFromComponent [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
component | string | true | Name or ID of the component |
tag | string | true | Name of the tag |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
removeTagFromComponent
-component JPetStore-APP
-tag Tag1
Related REST command: Delete a tag from a component.