Resume a suspended CronJob.
Section: Jobs and CronJobs
Resume cronjob
bash
bash
kubectl patch cronjob nightly-backup -n ops -p '{"spec":{"suspend":false}}'Explanation
Resume a suspended CronJob.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Jobs and CronJobs