Queue Triggers API

Hello, I am trying to disable queue triggers via API. How to achieve this? I don’t see queue triggers anywhere in the Swagger documentation.

1 Like

Thank you. One more quick question - I want to disable all queue triggers. When I get all queue triggers using GET /odata/ProcessSchedules, is the Id returned from this call the scheduleId used in the SetEnabled API request?

Yes we can use the list of Ids within the payload of
POST: /odata/ProcessSchedules/UiPath.Server.Configuration.OData.SetEnabled

and can enable/disable multiple triggers

1 Like

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