pbs_traffic_control_delete
Delete a PBS traffic-control (bandwidth-limit) rule to allow backups to run unthrottled. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION (MEDIUM): remove a PBS traffic-control (bandwidth-limit) rule. Dry-run by default.
After deletion: backups run unthrottled on the matched network. Recoverable by re-creating the rule with pbs_traffic_control_upsert. confirm=True to execute.
DELETE /config/traffic-control/{name} Smoke-confirm: response shape on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Traffic-control rule name to delete. | |
| confirm | No | Set True to execute; False (default) only returns the dry-run plan. | |
| 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 |