pbs_metrics_influxdb_udp_delete
Delete a PBS InfluxDB UDP metrics server configuration. Use dry-run to review, then confirm=True to execute.
Instructions
MUTATION: delete a PBS InfluxDB udp metrics server configuration.
RISK_LOW: config-only change — stops metrics forwarding, no credential or data loss, matching PVE's LOW-rated pve_metrics_server_delete baseline. Dry-run by default (captures current config); confirm=True executes (DELETE /config/metrics/influxdb-udp/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — re-create with pbs_metrics_influxdb_udp_create. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Id of the InfluxDB udp metrics server to delete. | |
| digest | No | Optimistic-lock: 64-char lowercase hex SHA-256 of the config PBS last returned. | |
| 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 |