I am new to working on Proxmox.
It is already set up, and the multiple VMs are working.
1) I want one VM to be cloned from Templete.
2) Start that VM.
3) On that VM, there will be some GitHub action jobs. And later, close that VM.
I want to automate these three steps. One idea I think could be having a github action runner on Proxmox. But I could disturb other VMs, which I don't want. Is there another way with the Rest API or any other action I can take to achieve my goal?
It is already set up, and the multiple VMs are working.
1) I want one VM to be cloned from Templete.
2) Start that VM.
3) On that VM, there will be some GitHub action jobs. And later, close that VM.
I want to automate these three steps. One idea I think could be having a github action runner on Proxmox. But I could disturb other VMs, which I don't want. Is there another way with the Rest API or any other action I can take to achieve my goal?