Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 157 Bytes

File metadata and controls

13 lines (8 loc) · 157 Bytes

To delete a VPC

This example deletes the specified VPC.

Command:

aws ec2 delete-vpc --vpc-id vpc-a01106c2

Output:

{
    "return": "true"
}