inactivateStatus

Inactivate a status

Format

udclient [global-args...] [global-flags...]
  inactivateStatus [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
type string false Type of status (inventory, version, or snapshot). Required if using status name.
status string true Name/ID of the status

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  inactivateStatus
  -type version
  -status Tested

Related REST command: /status/inactivateStatus DELETE.


Feedback