osimages delete
This command deletes the specified OS images and custom files from the repository.
Syntax
osimages delete -h
osimages delete -i <file_id_list> [-v <filter>]
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-i | --id} <file_id_list>
- Specifies the UIDs of one or more OS images and custom files, separated by a comma
- {-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 single custom file from the repository.
connect --url https://192.0.2.0 --user ADMIN --noverify
osimages delete -i 20190131054310_trial.py
Related links
Give documentation feedback