Deleting a Volume Group

Delete a volume group in the Block Volume service.

Note

When you delete a volume group, the individual volumes in the group are not deleted. Only the volume group is deleted.

See also Deleting a Volume Group Backup.

    1. On the Volume Groups list page, select the volume group you want to delete. If you need help finding the list page or the volume group, see Listing Volume Groups.
    2. From the Actions menu for the volume group, select Terminate.
    3. On the Terminate volume group dialog, select Terminate.
  • Use the oci bv volume-group delete command and required parameters to delete a volume group:

    oci bv volume-group delete --volume-group-id <volume-group_ID>

    For example:

    oci bv volume-group delete --volume-group-id ocid1.volumegroup.oc1.phx.<unique_ID>

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteVolumeGroup operation and specify the volumeGroupId attribute to delete a volume group.