post_silence
Create or update alert silences in the alertmanager MCP server to temporarily suppress notifications based on defined criteria.
Instructions
Post a new silence or update an existing one
Input Schema
Name | Required | Description | Default |
---|---|---|---|
silence | Yes |
Input Schema (JSON Schema)
{
"properties": {
"silence": {
"additionalProperties": true,
"title": "Silence",
"type": "object"
}
},
"required": [
"silence"
],
"title": "post_silenceArguments",
"type": "object"
}