stop_vm
Immediately halt a virtual machine by simulating a power-off event. Use for emergency stops when graceful shutdown is not possible or fails.
Instructions
Hard-stop a VM (like pulling the power plug). Prefer shutdown_vm for graceful stop.
Args: node: The node name. vmid: The VM ID. timeout: Wait timeout in seconds. skiplock: Ignore locks (requires root).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| timeout | No | ||
| skiplock | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |