pve_restore
Restore a virtual machine or container from a backup archive. Preview changes with a dry-run plan, then confirm to execute the restoration.
Instructions
MUTATION (DESTRUCTIVE if it overwrites an existing guest): restore a guest from a backup archive. Dry-run by default — the PLAN states whether it CREATES or OVERWRITES. confirm=True to execute. Async — returns a task UPID. pool: place the restored guest in a resource pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | lxc | |
| node | No | ||
| pool | No | ||
| vmid | Yes | ||
| force | No | ||
| archive | Yes | ||
| confirm | No | ||
| storage | Yes | ||
| 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 |