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
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
This can be done from Robo3T by querying on top of server MongoDB database for AlteryxServer.
Could you explain how we can delete in Robo3T
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.