ct_stop
Stop a Proxmox LXC container by its VMID. Optionally preview with dry_run or specify node and target.
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 |