delete_network
Irreversibly delete a private network (VPC) after user confirmation. Refused for default VPC or VPC with attached VMs.
Instructions
Delete a private network (VPC). Requires scope services:write. IRREVERSIBLE, and refused server-side for the default VPC or one that still has VMs attached. Pass confirm:true only after the user has explicitly approved. id comes from list_networks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | VPC id from list_networks. | |
| confirm | Yes | Set to true to execute. This operation spends from your account balance and/or is irreversible; only pass true after the user has explicitly approved. Omit or false → the tool refuses and makes no API call. |