alert_delete
Remove an alert rule by its ID, or keep the rule and stop it from firing by enabling the disable-only option.
Instructions
Delete an alert rule by id, or disable it instead with disable_only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Rule id from alert_list | |
| disable_only | No | Keep the rule but stop it firing. Default false. |