Start VM
fusion_start_vmPower on a VMware Fusion virtual machine using its .vmx file path, with an option to start it headless for background operation.
Instructions
Start (power on) a VMware Fusion virtual machine.
Args:
vmx_path (string): Absolute path to the VM's .vmx file.
nogui (boolean, optional): If true, starts the VM without a GUI window (headless). Default: false.
Returns: Confirmation message on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nogui | No | Start headless without a GUI window | |
| vmx_path | Yes | Absolute path to the .vmx file | |
| vm_password | No | Encryption password for the VM (if encrypted) |