Page 1 of 1

Delete all cron jobs of some user

Posted: Thu May 19, 2016 9:30 am
by neiklot
I want to delete every cron job of one user, but there is no cli command to do it.

We have the command v-delete-cron-job that allows you to delete one cron job at a time but there is nothing like v-delete-cron-jobs.

Do you know one way to delete every cron job at a time?

Thanks a lot!

Re: Delete all cron jobs of some user

Posted: Fri Jan 12, 2018 3:21 pm
by mkaand
First you need to get list of all cron jobs with v-list-cron-jobs
Then you can make For loop to delete all of them.