delete_network
Remove a network from the Civo cloud platform by specifying the network ID and optional region identifier to manage cloud infrastructure resources.
Instructions
Delete a network on Civo
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Network ID | |
region | No | Region identifier |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "Network ID",
"type": "string"
},
"region": {
"description": "Region identifier",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}