For the complete documentation index, see llms.txt. This page is also available as Markdown.

delete

Delete a Volume

Usage

ionosctl compute volume delete [flags]

Aliases

For volume command:

[v vol]

For delete command:

[d]

Description

Permanently delete a Volume from your Virtual Data Center. This destroys the block device and all data on it - the operation is irreversible, so use it with caution. If the Volume is currently attached to a Server, detach it first. DAS volumes bundled with Cube instances cannot be deleted independently.

Pass --all to delete every Volume in the datacenter. Use --force to skip the interactive confirmation prompt (useful in scripts), and --wait (-w) to block until the deletion has completed.

Required values to run command:

  • Data Center Id

  • Volume Id

Options

Examples

Last updated