thinkneo_alert_rule_delete
ActiveTool of ThinkNEO MCP Server
declared in 1.28.0
Delete a Monitor Agent alert rule by its rule_id. Requires an admin API key.
Parameters schema
{
"type": "object",
"title": "thinkneo_alert_rule_deleteArguments",
"required": [
"rule_id"
],
"properties": {
"rule_id": {
"type": "string",
"title": "Rule Id",
"description": "The rule_id to delete (from thinkneo_alert_rule_list)"
},
"workspace": {
"type": "string",
"title": "Workspace",
"default": "",
"description": "Workspace id (optional — defaults to the API key's workspace)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ThinkNEO MCP Server
https://github.com/thinkneo-ai/mcp-server
3/7 registries