configprofiles delete
This command deletes a deactivated server profile.
Syntax
configprofiles delete -h
configprofiles delete -i <profile_ID> [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-i | --id} <profile_ID>
- Specifies the ID of the server profile. If an ID is not specified, all server profiles are returned.
- {-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 a server profile.
connect --url https://192.0.2.0 --user ADMIN --noverify
configprofiles delete -i 121
Related links
Give documentation feedback