proxmox_guest_shutdown
Gracefully shut down a specific Proxmox guest by node, type, and VMID after confirmation, then return the accepted task UPID.
Instructions
Gracefully shut down 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 |