Skip to content

delete_disk

Deletes disk. Assume that disk was detached from all VMs.

To avoid losing track of disks, make sure to raise an error if disk deletion is not absolutely certain.

Arguments

  • disk_cid [String]: Cloud ID of the disk to delete; returned from create_disk.

Result

No return value

Examples

Implementations