Telmate / proxmox-api-go

Consume the proxmox API in golang
MIT License
370 stars 234 forks source link

Feature: add RebootVM capability #278

Closed lucian-tx closed 9 months ago

lucian-tx commented 10 months ago

Currently there's only ResetVm; I've added the option to gracefully RebootVm via https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/status/reboot

This is part of an effort to solve https://github.com/Telmate/terraform-provider-proxmox/issues/800 and it's a dependency for https://github.com/Telmate/terraform-provider-proxmox/pull/861

Please let me know if anything is missing. Cheers! 🍻