The cron expression for once a week (Sunday at midnight)
0 0 * * 0
The day-of-week value 0 is Sunday — pinning the firing to one day per week. Equivalent to the @weekly alias on Linux crontab.
See the dedicated guide for the full breakdown: Cron every week.
Paste it into the editor above to see the next runs on a calendar.