proxmox_guest_reboot
Reboot a specific Proxmox guest after explicit confirmation and return the accepted task UPID. Confirm node, guest type, and VMID to restart the correct VM or container.
Instructions
Reboot 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 |