delete_silence
Remove a specified silence by its ID in the alertmanager-mcp-server, enabling users to clear specific alert suppression rules efficiently.
Instructions
Delete a silence by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
silence_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"silence_id": {
"title": "Silence Id",
"type": "string"
}
},
"required": [
"silence_id"
],
"title": "delete_silenceArguments",
"type": "object"
}