[SOLVED] Command to stop task via CLI

yes, with
Code:
proxmox-backup-manager task stop <UPID>
(the upid is the unique identifier for the task)
 
  • Like
Reactions: Symbol
for pve you have to use 'pvesh':
Code:
pvesh delete /nodes/NODENAME/tasks/UPID
 
  • Like
Reactions: Symbol