removeVersionStatus#

Remove a status from a version

Format#

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

Parameters#

Parameter Type Required Description
component string false Name or ID of the component; this value is required if you specify the version name instead of ID
version string true Nameor ID of the version
status string true Name of the status to apply

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  removeVersionStatus 
  -component JPetStore-APP 
  -version 1.0 
  -status Approved

Related REST command: Remove a status from a version.

Parent topic: CLI Commands