pbs_notification_matcher_delete
Delete a PBS notification matcher. Dry-run by default; set confirm=True to execute. Alerts matching this filter go unrouted until re-created.
Instructions
MUTATION: delete a PBS notification matcher. Dry-run by default. confirm=True executes (DELETE .../matchers/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — alerts matching this filter go un-routed until re-created with pbs_notification_matcher_set. Needs PROXIMO_PBS_* config.
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 |