pbs_remote_create
Create a remote sync-source for Proxmox Backup Server. Dry-run by default; set confirm=true to execute.
Instructions
MUTATION (MEDIUM): create a PBS remote sync-source. Dry-run by default.
PRIVATE PASSWORD REDACTION: 'password' is a remote user credential. It is UNCONDITIONALLY redacted from the server-side plan, change, current state, detail, and audit ledger. Only {"password":"[redacted]"} is recorded on those surfaces. L02 NOTE: the MCP tool-call itself is a structured JSON object in which 'password' appears as a plain parameter — it is visible in the LLM's output token stream and in any MCP client log. This is an MCP-protocol property; server-side redaction protects the ledger only. The TLS cert 'fingerprint' is PUBLIC data — it is NOT redacted.
No rollback primitive — revert by deleting the remote (pbs_remote_delete). confirm=True to execute.
POST /config/remote Smoke-confirm: auth-id vs authid param name; port param name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| name | Yes | ||
| port | No | ||
| auth_id | Yes | ||
| comment | No | ||
| confirm | No | ||
| password | Yes | ||
| fingerprint | No | ||
| 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 |