How can i restore existed VM using HTTP API?
Using post request to 'nodes/{node}/qemu' with parameters 'archive' and 'vmid' i can create new VM from vma.zst file with unique ID, but can't restore herself
It's possible?
Or I must delete current VM and immediately restore VM with the same ID? (not good solution)