delete_group
Remove a firewall group from Vultr cloud infrastructure by specifying its ID or name to maintain network security and resource management.
Instructions
Delete a firewall group.
Args: firewall_group_id: The firewall group ID or description (e.g., "web-servers" or UUID)
Returns: Status message confirming deletion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
firewall_group_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"firewall_group_id": {
"title": "Firewall Group Id",
"type": "string"
}
},
"required": [
"firewall_group_id"
],
"type": "object"
}