Skip to main content
Glama

OPNSense MCP Server

iac_destroy_deployment

Remove deployed resources by specifying the deployment ID. Optionally, use the force flag to ensure destruction. Part of the OPNSense MCP Server for managing firewall configurations.

Instructions

Destroy deployed resources

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesDeployment to destroy
forceNoForce destruction

Input Schema (JSON Schema)

{ "properties": { "deploymentId": { "description": "Deployment to destroy", "type": "string" }, "force": { "default": false, "description": "Force destruction", "type": "boolean" } }, "required": [ "deploymentId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/OPNSenseMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server