pbs_metrics_influxdb_http_delete
Delete a Proxmox Backup Server InfluxDB HTTP metrics endpoint to stop metric export immediately. Use dry-run to preview, confirm to execute.
Instructions
MUTATION: delete a PBS InfluxDB http metrics server configuration.
RISK_MEDIUM: removes a config entry that may hold a stored API token — mirrors pbs_s3_client_delete. PBS stops sending host/datastore metrics to this endpoint immediately. Dry-run by default (captures current token-free config); confirm=True executes (DELETE /config/metrics/influxdb-http/{name}, synchronous — PBS returns null) and returns {"status": "ok", "result": None}. No UNDO primitive — re-create with pbs_metrics_influxdb_http_create (a fresh token, if any, must be re-supplied). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Id of the InfluxDB http 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 |