delete_vpc2
Remove a VPC 2.0 network from Vultr cloud infrastructure using either the network description or ID for identification.
Instructions
Delete a VPC 2.0 network.
Smart identifier resolution: Use VPC 2.0 description or ID.
Args: vpc2_identifier: VPC 2.0 description or ID to delete
Returns: Success confirmation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vpc2_identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"vpc2_identifier": {
"title": "Vpc2 Identifier",
"type": "string"
}
},
"required": [
"vpc2_identifier"
],
"type": "object"
}