delete_alert_rule
ActiveTool of BorealHost
declared in 1.27.0
Delete an alert rule. Requires: API key with write scope. Args: slug: Site identifier rule_id: UUID of the alert rule to delete Returns: {"deleted": true, "id": "uuid"}
Parameters schema
{
"type": "object",
"title": "delete_alert_ruleArguments",
"required": [
"slug",
"rule_id"
],
"properties": {
"slug": {
"type": "string",
"title": "Slug"
},
"rule_id": {
"type": "string",
"title": "Rule Id"
}
}
}Parent server
BorealHost
https://github.com/alainsvrd/borealhost-mcp
1/7 registries