Image interface.
Bases: novaclient.base.Resource
An image is a collection of files used to create or rebuild a server.
Delete this image.
Bases: novaclient.base.ManagerWithFind
Manage Image resources.
Delete an image.
It should go without saying that you can’t delete an image that you didn’t create.
| Parameters: | image – The Image (or its ID) to delete. |
|---|