send_vm_key
Send keyboard key combinations to a virtual machine, such as ctrl-alt-delete, to trigger actions like rebooting or logging in.
Instructions
Send a key event to a VM (e.g. ctrl-alt-del).
Args: node: The node name. vmid: The VM ID. key: Key combination (e.g. 'ctrl-alt-delete').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| key | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |