delete_vlan
Remove a VLAN configuration by specifying its tag to streamline network management on OPNSense firewalls using the MCP server.
Instructions
Delete a VLAN
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tag | Yes | VLAN tag to delete |
Input Schema (JSON Schema)
{
"properties": {
"tag": {
"description": "VLAN tag to delete",
"type": "string"
}
},
"required": [
"tag"
],
"type": "object"
}