pve_notification_endpoint_update
Update a Proxmox VE notification endpoint (gotify, smtp, sendmail, or webhook). Dry-run mode captures current configuration; set confirm=True to apply changes.
Instructions
MUTATION: update a PVE notification endpoint. ep_type = gotify|smtp|sendmail|webhook.
Dry-run by default — captures current config. confirm=True to execute. options carries the
endpoint-specific fields to change (same shape as create).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| comment | No | ||
| confirm | No | ||
| ep_type | Yes | ||
| options | No | ||
| 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 |