removeTagFromApplication#

Remove a tag from an application

Format#

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

Parameters#

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

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  removeTagFromApplication
  -application JPetStore
  -tag Tag1

Related REST command: Remove a tag from an application.

Parent topic: CLI Commands