Deletes an existing storage volume.
Synopsis
Deletes a volume with a specified name or UUID.
cfcli delete volume [flags]Examples:
x
#delete a volume in project: "proj" with volume name: "vol":cfcli delete volume --project-name proj --name vol#delete a volume in project: "proj" with volume uuid: "u-u-i-d":cfcli delete volume --project-name proj --uuid u-u-i-d| Flag | Type | Description |
|---|---|---|
| --name | string | Name of the volume for deletion (required if UUID is not given). |
| --uuid | string | UUID of the volume for deletion (required if name is not given). |
| --project-name | string | The project this volume belongs to. |
| --help | bool | Help for volume delete. |
Was this page helpful?