pve_create_container
Create a new LXC container on a Proxmox VE host, specifying OS template, storage, and optional resources. Supports dry-run for safe validation and async operation.
Instructions
MUTATION: create a new LXC container. Dry-run by default; confirm=True. Async — returns a UPID.
options carries extra create params (cores, memory, net0, rootfs, password, ...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes | ||
| confirm | No | ||
| options | No | ||
| storage | Yes | ||
| ostemplate | 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 |