pbs_remote_update
Update an existing Proxmox Backup Server remote configuration. Dry-run by default; set confirm=True to apply changes.
Instructions
MUTATION (MEDIUM): update an existing PBS remote. Dry-run by default.
CAPTURE: reads current (non-secret) config before planning; on failure plan is marked incomplete. PRIVATE PASSWORD REDACTION: if 'password' is provided it is UNCONDITIONALLY redacted from the server-side plan, change, current state, detail, and audit ledger. L02 NOTE: the MCP tool-call itself is a structured JSON object in which 'password' appears as a plain parameter — visible in the LLM's output token stream and any MCP client log. This is an MCP-protocol property; server-side redaction protects the ledger only. The TLS cert 'fingerprint' is PUBLIC and appears in plans/logs for audit. No rollback primitive — revert by re-applying captured config. confirm=True to execute. Use pbs_remote_get to inspect current config first.
PUT /config/remote/{name} Smoke-confirm: auth-id param name; whether partial PUT is accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | New hostname or IP address of the remote PBS server. | |
| name | Yes | PBS remote sync-source name to update. | |
| port | No | New TCP port of the remote PBS API. | |
| auth_id | No | New PBS auth ID (user@realm or api-token) used to authenticate to the remote. | |
| comment | No | New free-text comment/description for the remote. | |
| confirm | No | Set True to execute; False (default) only returns the dry-run plan. | |
| password | No | New password or API token secret; redacted from plans/logs/ledger. | |
| fingerprint | No | New TLS cert fingerprint of the remote PBS server (public data, not redacted). | |
| 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 |