Deleting Volumes
You should always refer to Create Volume Snapshot as this process is not reversible and may result in data loss.
Web Interface
In Web Interface
Volumes->Volumes
, select the volume you wish to deleteClick
DELETE VOLUMES
Confirm by clicking
DELETE VOLUMES
Command-Line
Find the volume ID with openstack volume list
$ openstack volume list
+--------------------------------------+-------------------+-----------+------+-----------------------------------+
| ID | Name | Status | Size | Attached to |
+--------------------------------------+-------------------+-----------+------+-----------------------------------+
| d04f368d-7d60-4843-8f76-dbe61e73f9ee | delete-v-cli | available | 1 | |
+--------------------------------------+-------------------+-----------+------+-----------------------------------+
Run
openstack volume delete <volume-id>
Example
$ openstack volume delete d04f368d-7d60-4843-8f76-dbe61e73f9ee