I read in another thread you can cancel a job through api. I didn’t see an explanation for that in the api documentation so I am asking here. How do you cancel a job through the api?

1 Like

Per this code, make a DELETE HTTP request to /api/jobs/<job-id>

1 Like