vm_power_off
Shut down a virtual machine in VMware vCenter/ESXi environments, with options for graceful guest shutdown or forced power off.
Instructions
Power off a virtual machine. Graceful shutdown by default, force if specified.
Args: vm_name: Exact name of the virtual machine. force: If True, hard power off. If False, graceful guest shutdown. target: Optional vCenter/ESXi target name from config. Uses default if omitted.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_name | Yes | ||
| force | No | ||
| target | No |