Deleting a Volume Group
On Compute Cloud@Customer, you can delete a volume group using the Compute Cloud@Customer Console, CLI, and API.
When you delete a volume group the individual volumes in the group are not deleted, only the volume group is deleted.
-
In the Compute Cloud@Customer Console navigation menu, click Block Storage, then click Volume Groups.
-
At the top of the page, select the compartment that contains the volume group that you want to delete.
-
In the Volume Groups list, click the volume group you want to delete.
-
On the details page for the volume group, click Terminate.
-
Confirm the termination.
-
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_OCID> [OPTIONS]
For a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the DeleteVolumeGroup operation to delete a volume group.
For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.