pve_backup
Back up a Proxmox guest (LXC or VM) using vzdump with configurable mode. Dry-run by default; set confirm=True to execute and receive a task UPID.
Instructions
MUTATION: back up a guest with vzdump. Dry-run by default; confirm=True to execute. mode: snapshot (online, brief) | suspend | stop (HALTS the guest). Async — returns a task UPID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | lxc | |
| mode | No | snapshot | |
| node | No | ||
| vmid | Yes | ||
| confirm | No | ||
| storage | Yes | ||
| compress | No | zstd | |
| 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 |