Delete Job

Using the following SDK method, you will be able to delete a job that is in the process of being executed in a job Pool. You need to pass the Job Id to the delete_job() SDK method.

copy
job = job_scheduling.JOB.delete_job('1234567890') # delete job with Id

Last Updated 2026-09-08 16:37:33 +0530 IST