Can we cancel a scheduled job using orchestrator API?

Is there a way where we can cancel a scheduled job, say a job is scheduled for 25th Feb, but for some unsatisfied business rule in the process, bot has to cancel it. Can we cancel that particular job which is already scheduled in orchestrator using API?

I am aware that we can do that directly via Orchestrator interface. But my use case requires this particular step to be included in the automation.

Hi @reswilso,

This article/post might be helpful: How to Stop the Trigger(Schedule) thru API

Hope this helps. Happy automation!

Kind regards,
Kenneth

to be more specific: lets seperate: started and pending vs. not started and scheduled

so above scenario can be solved

Looking at the API we have the help from swagger:

and do see:

AND

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.