Bulk deletion of Job Schedules
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
- Best Practices
- MongoDB
- Schedule
- Scheduler
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This can be done from Robo3T by querying on top of server MongoDB database for AlteryxServer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Could you explain how we can delete in Robo3T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
