Activity to disable all scheduled jobs in orchestrator

Hi there,
I’m looking for a way to disable all scheduled jobs in the Orchestrator at once. I know I can log in and do it myself quite easily, but I’m looking for a way to automate this when for example the resolution of our virtual machine is not ok.
Is there an activity which can do this?

Kind regards, Guus

1 Like

i hope we dont have a specific activity to disable the schedule in orchestrator
as the scheduling is completly done and configured with orchestrator we need to get to orchestrator to do this

hope this would help you
Cheers @GuusJoosten

1 Like

There isn’t a proper activity to deal with this case, but you can use Orchestrator HTTP Request to GET all the schedules and POST the same schedule with “Enabled: false”. SeeOrchestrator API:

1 Like

Yeap. That was what I was going to suggest. You man use delete as well.
https://platform.uipath.com/odata/ProcessSchedules(80)

Check more detail here: UiPath Orchestrator API Guide 2016.2

2 Likes