> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://krystal-dev.crisp.help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Setting and managing up Onyx CRON jobs

CRON allows you to schedule commands to run on a repeating schedule.

If you wish to [disable your WordPress Internal CRON job and replace it with an Onyx CRON job](https://help.krystal.uk/onyx-web-hosting/how-to-disable-the-word-press-cron-job-and-set-it-up-in-onyx) we have a separate guide that covers this.

This guide covers adding other CRON tasks.

Managing Onyx CRON jobs via **Settings > Cron jobs**

![](https://storage.crisp.chat/users/helpdesk/website/81cd1b6c9a391800/7ddf3668-4371-43ef-b693-10b19e_195hvwx.png)

### Adding a CRON job

Click the **Add a cron** button.

![](https://storage.crisp.chat/users/helpdesk/website/ed972fa29764f000/7f599538-3c87-457d-ab65-f06d6f_k4nz7w.png)

![](https://storage.crisp.chat/users/helpdesk/website/55f54bf3e139a800/5dc24349-16f1-4b1f-95f4-d13ee8_1c44e67.png)

Enter the full path to the script you'd like this CRON job to run in the **Command to execute** box.

You have some pre-sets you can select for the schedule by clicking the Hourly, Daily, Weekly and Monthly buttons.

You can manually enter each field:

**Minute**: 0 - 59

**Hour**: 0 - 23

**Day of month**: 1 - 31

**Month**: 1 - 12

**Day of week**: 0 - 6 (Sunday to Saturday)

* in any field means Every (minute, hour, day of month, month, day of week)

Once you've configured your desired schedule click **Create Cron Job**.

### Editing or Removing a CRON job

![](https://storage.crisp.chat/users/helpdesk/website/8dc20e1bb56cb000/1bf4af56-1750-4061-99bd-ee5f0a_13g1pgk.png)

CRON jobs can be edited by clicking the **Edit** button or removed by clicking the **Remove** button next to them in the list.

* * *

* * *