ct_start
Start an LXC container in Proxmox VE. Provide the container ID to power it on, with optional dry-run to preview without starting.
Instructions
[WRITE] Start an LXC container. Returns the task UPID. Inverse: ct_stop.
Pass dry_run=True to preview.
Args: vmid: Numeric container id (see ct_list). dry_run: If True, preview without starting. target: Proxmox target name from config. node: Node name; omit to auto-locate the container.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes | ||
| target | No | ||
| dry_run | No |