/
Deleting Volumes

Deleting Volumes

You should always refer to Create Volume Snapshot  as this process is not reversible and may result in data loss.

Web Interface

  1. In Web Interface Volumes->Volumes, select the volume you wish to delete

  2. Click DELETE VOLUMES

     

  3. 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



Related content

Detaching a Volume
Detaching a Volume
More like this
Create Volume Snapshot
Create Volume Snapshot
More like this
Deleting Instances (VM)
Deleting Instances (VM)
More like this
Volume Management in OpenStack
Volume Management in OpenStack
More like this
Create Volume in Web Interface and CLI
Create Volume in Web Interface and CLI
More like this
Attaching and Accessing Volumes to an instance
Attaching and Accessing Volumes to an instance
More like this