Pause CronJob scheduling without deleting it.
Section: Jobs and CronJobs
Suspend cronjob
bash
bash
kubectl patch cronjob nightly-backup -n ops -p '{"spec":{"suspend":true}}'Explanation
Pause CronJob scheduling without deleting it.
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