managementserver delete

This command deletes specific management-server updates.

Syntax

managementserver delete -h

managementserver delete -f <update_list> [-v <filter>]

Options

{-h | --help}
Displays the syntax and brief usage information for this command.
{-f | --fixids} <update_list>
Specifies a list of firmware-update IDs, separated by a comma.

You can find a list of IDs by using managementserver query –k updates.

{-v | --view} <filter>
Identifies the view to use for the returned data. If a filter is not specified, the default view is used.

You can also create custom views (see Creating custom views).

Examples

The following example deletes management-server updates from the repository.

connect --url https://192.0.2.0 --user ADMIN --noverify
managementserver delete -f lnvgy_sw_lxca-fw-repository-pack_1-1.0.1_anyos_noarch

Related links