mute_monitors_by_service
Mute monitors for a specified cloud service (e.g., SQS, RDS, EC2) by creating a targeted mute rule, with optional scheduling and scope controls.
Instructions
Mute monitors for specific services (e.g., SQS, RDS, EC2) by creating a targeted mute rule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hide | No | If true, hide events completely. If false, show but mute them. | |
| regions | No | AWS/Azure regions to apply mute rule to (optional) | |
| projects | No | Project IDs to apply mute rule to (optional) | |
| schedule | No | Schedule for when the mute rule is active (optional). If omitted, the rule is always active. | |
| serviceName | Yes | Service name (e.g., "sqs", "rds", "ec2", "lambda") | |
| monitorNames | No | Specific monitor names to mute (optional - if not provided, all monitors for the service will be retrieved and muted) |