Skip to main content
Glama

zabbix-mcp-server

maintenance_delete

Remove maintenance periods from Zabbix by specifying a list of maintenance IDs. Returns a JSON-formatted result confirming the deletion process.

Instructions

Delete maintenance periods from Zabbix.

Args: maintenanceids: List of maintenance IDs to delete Returns: str: JSON formatted deletion result

Input Schema

NameRequiredDescriptionDefault
maintenanceidsYes

Input Schema (JSON Schema)

{ "properties": { "maintenanceids": { "items": { "type": "string" }, "title": "Maintenanceids", "type": "array" } }, "required": [ "maintenanceids" ], "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/mpeirone/zabbix-mcp-server'

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