M MisterDeeds Active Member Nov 11, 2021 143 34 33 35 Oct 7, 2023 #1 Dear all Is there a way to stop a task via CLI (SSH) similar to the GUI? Thanks and BR
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,240 1,530 273 36 Vienna Oct 9, 2023 #2 yes, with Code: proxmox-backup-manager task stop <UPID> (the upid is the unique identifier for the task) Reactions: Symbol
yes, with Code: proxmox-backup-manager task stop <UPID> (the upid is the unique identifier for the task)
S Symbol Well-Known Member Proxmox Subscriber Mar 1, 2017 46 4 48 Paris, France Oct 24, 2023 #4 Hi, same question, but for Proxmox VE (by example a shutdown task runnning forever because of qemu-agent dead inside guest) ?
Hi, same question, but for Proxmox VE (by example a shutdown task runnning forever because of qemu-agent dead inside guest) ?
dcsapak Proxmox Staff Member Staff member Feb 1, 2016 10,240 1,530 273 36 Vienna Oct 24, 2023 #5 for pve you have to use 'pvesh': Code: pvesh delete /nodes/NODENAME/tasks/UPID Reactions: Symbol
S Symbol Well-Known Member Proxmox Subscriber Mar 1, 2017 46 4 48 Paris, France Oct 24, 2023 #6 Great, thanks.