proxmox_guest_start
Start a specific Proxmox guest after confirmation, specifying node, type, and VMID, and receive the accepted task UPID.
Instructions
Start one explicitly targeted Proxmox guest after confirmation and return the accepted task UPID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Proxmox node name | |
| type | Yes | Guest type: qemu or lxc | |
| vmid | Yes | Proxmox guest VMID from 1 through 999999999 | |
| confirm | Yes | Must be true to confirm the explicit guest action target | |
| endpoint | Yes | Explicit Proxmox endpoint name from config |