set_vm_state
Manage a virtual machine's power state by powering on, forcing off, graceful shutdown, or restart.
Instructions
Power a virtual machine on or off. [control]
Args: name: VM name (from list_virtual_machines) action: "poweron", "poweroff" (force off), "shutdown" (graceful) or "restart"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |