I have a cronjob that runs every day. I’m looking for a cli way to delete only the next execution without changing the schedule code. E.g a cronjob runs every day at midnight. I need to delete tomorrow execution but keep all other executions (Tue, Wed, ..). Is there a way? I’ve read it is possible to suspend a cronjob but it seems this suspend all executions
Asked
Active
Viewed 489 times