Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Bulk deletion of Job Schedules

Hi,

 

We need to delete running job schedules in bulk way, so either looking through MongoDB or API method.

 

But we do not find any recommended way to delete job schedules through mongodb, hence would like to know how far you support through API method.

 

Hence could you provide us any documentation on this for bulk deletion of job schedules?

 

Thanks.

Khanna

4 REPLIES 4
Ross_K
7 - Meteor

The v3 APIs introduced in 2021.4 include endpoints for deletion of schedules, see here. Given the IDs of the workflows to delete, you can hit that endpoint repeatedly to delete each one.

 

Ross

AsmiDesai
9 - Comet

This can be done from Robo3T by querying on top of server MongoDB database for AlteryxServer.

AyandeepDas
5 - Atom

Could you explain how we can delete in Robo3T

AsmiDesai
9 - Comet

Hi @AyandeepDas ,

 

You can refer this link to connect to Robo 3T: https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/How-to-Connect-to-an-Embedded-Server-...

 

You will see collections post connecting where you need to head to required schedule to delete.