Skip to main content
Glama

zabbix-mcp-server

trigger_delete

Remove specified triggers from Zabbix by providing trigger IDs. Returns deletion results in JSON format for easy integration and tracking.

Instructions

Delete triggers from Zabbix.

Args:
    triggerids: List of trigger IDs to delete
    
Returns:
    str: JSON formatted deletion result

Input Schema

NameRequiredDescriptionDefault
triggeridsYes

Input Schema (JSON Schema)

{ "properties": { "triggerids": { "items": { "type": "string" }, "title": "Triggerids", "type": "array" } }, "required": [ "triggerids" ], "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