pve_replication_delete
Delete a Proxmox VE replication job with a dry-run plan first to preview changes. Confirm execution to remove the replication schedule; existing replicated data on target remains unaffected.
Instructions
MUTATION: delete a PVE replication job. Dry-run by default — the PLAN captures current config (no UNDO primitive on this plane; re-create with pve_replication_create to restore). confirm=True to execute and returns synchronously (no task UPID). Replication ceases; existing replicated data on the target is NOT removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rep_id | Yes | ID of the replication job to delete. | |
| confirm | No | Gate: false returns a dry-run PLAN, 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 |