Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 218 Bytes

File metadata and controls

13 lines (8 loc) · 218 Bytes

To delete a volume

This example command deletes an available volume with the volume ID of vol-1234abcd.

Command:

aws ec2 delete-volume --volume-id vol-1234abcd

Output:

{
    "return": "true"
}