pve_notification_endpoint_update
Update an existing Proxmox notification endpoint. Dry-run returns a plan; confirm executes changes.
Instructions
MUTATION: update a PVE notification endpoint. ep_type = gotify|smtp|sendmail|webhook.
options carries the endpoint-specific fields to change (same shape as create). Dry-run
by default — captures current config into the PLAN; confirm=True executes and returns
{"status": "ok", "result": null} (no further payload). No snapshot primitive; re-apply the captured
config to revert, or use pve_notification_endpoint_create to make a new one instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the existing notification endpoint to update | |
| comment | No | Optional free-text comment to set on the endpoint | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the update | |
| ep_type | Yes | Notification endpoint type: 'gotify', 'smtp', 'sendmail', or 'webhook' | |
| options | No | Endpoint-specific fields to change, same shape as create | |
| 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 |