MrKampf / proxmoxVE

The is a PHP 8 ProxmoxVe API client. With it you can easily and quickly retrieve information from your Proxmox server or cluster.
GNU General Public License v3.0
51 stars 26 forks source link

DELETE qemu not working #14

Closed SpigotFehlerYT closed 2 years ago

SpigotFehlerYT commented 2 years ago

If i use $proxmox->nodes()->node('ix-ds-01')->qemu()->vmId($server_id)->delete(); it wont work error:

* Closing connection 1 --   | Server error: `DELETE https://****:8006/api2/json/nodes/ix-ds-01/qemu/215/` resulted in a `501 Unexpected content for method 'DELETE'` response
MrKampf commented 2 years ago

Hi @SpigotFehlerYT ,

thanks for report. I have fixed this issue, now. Version 0.3.9

Best regrades MrKampf