Hi, I want to work with Proxmox via API calls.
I want to disable the "ciupgrade" option for each VM that I create during the cloud-init step, before starting the VM (to disable the option to do an automatic package upgrade after the first boot).
I use an API token, with an "admin" permission - and when I try to send an API call to configure the VM I get a response: "500 only root can set 'ciupgrade' config".
How can I fix this error?
Thanks
I want to disable the "ciupgrade" option for each VM that I create during the cloud-init step, before starting the VM (to disable the option to do an automatic package upgrade after the first boot).
I use an API token, with an "admin" permission - and when I try to send an API call to configure the VM I get a response: "500 only root can set 'ciupgrade' config".
How can I fix this error?
Thanks