Kill Tasks
If the command is taking to long, it's possible to kill an existent task in a running
state. However, it is not guaranteed that it will succeed.
runops tasks kill --id <task-id>
Then, issue a get task to see if the task changed its state to killed
:
runops tasks get --id <task-id>