vm_start
Starts a virtual machine by its UUID. Use dry-run to test the operation without changes; includes audit logging and rollback for safe management.
Instructions
[WRITE][risk=medium] Start a VM. Inverse: vm_stop.
Args:
vm_id: VM uuid (see vm_list).
dry_run: If True, preview without starting (no undo recorded).
target: Xen Orchestra target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vm_id | Yes | ||
| target | No | ||
| dry_run | No |