pve_notification_matcher_delete
Delete a notification matcher to prevent alerts from being routed. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION: delete a PVE notification matcher. Dry-run by default. confirm=True executes and returns {"status": "ok", "result": null} (no further payload). No UNDO primitive — alerts matching this filter go un-routed until re-created with pve_notification_matcher_set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the notification matcher to delete | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the deletion | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |