ct_stop
Stop an LXC container in Proxmox by VMID, with dry-run preview and automatic node detection.
Instructions
[WRITE] Stop an LXC container. Returns the task UPID. Inverse: ct_start.
Pass dry_run=True to preview.
Args: vmid: Numeric container id (see ct_list). dry_run: If True, preview without stopping. 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 |