pve_notification_matcher_set
Create or update a Proxmox notification matcher (alert routing rule). Dry-run returns a plan; set confirm=True to apply.
Instructions
MUTATION: create-or-update a PVE notification matcher (alert routing rule). Dry-run by default (returns a PLAN); confirm=True executes and returns {"status": "ok", "result": null} (no further payload). No snapshot primitive — re-apply with this same tool to restore after deletion. To remove a matcher use pve_notification_matcher_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the notification matcher (alert routing rule) to create or update | |
| comment | No | Optional free-text comment stored with the matcher | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the create/update | |
| 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 |