Skip to main content
Glama

zabbix-mcp-server

host_delete

Remove hosts from Zabbix monitoring by specifying host IDs. Returns deletion results in JSON format, streamlining host management in the Zabbix-MCP server environment.

Instructions

Delete hosts from Zabbix.

Args: hostids: List of host IDs to delete Returns: str: JSON formatted deletion result

Input Schema

NameRequiredDescriptionDefault
hostidsYes

Input Schema (JSON Schema)

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