pbs_remote_delete
Remove a PBS remote and its stored credentials. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION (MEDIUM): remove a PBS remote and its stored credentials. Dry-run by default.
After deletion: any sync jobs referencing this remote break; re-add needs the password re-supplied. No rollback primitive — re-create with pbs_remote_create to recover. confirm=True to execute.
DELETE /config/remote/{name} Smoke-confirm: response shape on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | PBS remote sync-source 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 |