vm_stop
Stop a VMware guest VM using soft shutdown or hard power cut, with confirmation required for destructive operations.
Instructions
Shut the guest down (soft) or cut power (hard, needs confirm=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm | Yes | VM name as registered in vms.yaml | |
| mode | No | soft asks the guest to shut down; hard cuts power | soft |
| confirm | No | Set true to acknowledge a destructive operation |