Hello all, I have small problem with proxmox again.
I started from gui or console run task and got task id:
but, I want to stop run this task from proxmox api, I tried search this in pvesh and didn't find.
Looked to api http://pve.proxmox.com/pve2-api-doc/ and see:
How can I compare taskid and upid for stop do task?
I started from gui or console run task and got task id:
INFO: started backup task '94fdd0a3-28b5-4078-b9d9-06d098ec1a36'
but, I want to stop run this task from proxmox api, I tried search this in pvesh and didn't find.
Looked to api http://pve.proxmox.com/pve2-api-doc/ and see:
Code:
pvesh delete /nodes/{node}/tasks/{upid}
How can I compare taskid and upid for stop do task?