haproxy_frontend_delete
Remove an HAProxy frontend by specifying its UUID to streamline configuration updates on OPNSense firewalls managed via the MCP server.
Instructions
Delete an HAProxy frontend
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Frontend UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Frontend UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}