haproxy_backend_delete
Remove HAProxy backend configurations by specifying the backend UUID, streamlining management of OPNSense firewall settings via the OPNSense MCP Server.
Instructions
Delete an HAProxy backend
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uuid | Yes | Backend UUID |
Input Schema (JSON Schema)
{
"properties": {
"uuid": {
"description": "Backend UUID",
"type": "string"
}
},
"required": [
"uuid"
],
"type": "object"
}