pve_template_convert
Convert a QEMU VM into a template. Dry-run flags the irreversible change before you confirm execution.
Instructions
MUTATION (IRREVERSIBLE): convert a guest into a template — effectively one-way; kind='lxc' is refused (this endpoint is QEMU-only — LXC uses a separate, out-of-scope template endpoint). Dry-run by default (the PLAN flags it HIGH/irreversible, and separately warns if the guest is already a template); confirm=True executes, recorded as submitted (async).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: `lxc` for a container or `qemu` for a VM. | qemu |
| node | No | PVE node the guest runs on. Omit to resolve it automatically from the cluster. | |
| vmid | Yes | Numeric ID of the guest to convert into a template. | |
| confirm | No | Leave `false` (default) to get a dry-run PLAN flagging this as HIGH/irreversible; set `true` to execute. | |
| 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 |