Creating, Editing, And Deleting Cron Jobs Print

  • 19

Creating, Editing, And Deleting Cron Jobs

Cron jobs are commands that have been scheduled to run at specific times. cPanel has a "Cron Jobs" tool which will help you set up maintenance and other server duties.

Note: Cron Jobs require knowledge of Linux commands before you attempt to implement them! We recommend that you submit a ticket with your script so that we can doublecheck it before you implement it.

How To Create A Cron Job
  1. In cPanel, under the "Advanced" section, select "Cron Jobs".
  2. Verify that the current email address in the "Cron Email" section is valid. If not, update it!
  3. Under the heading "Add New Cron Job", select the "Common Settings" dropdown to choose the interval you would like the cron job to be carried out at.
  4. Submit your command/script in the "Command" field.
  5. Click "Add New Cron Job"
How To Remove Or Edit A Cron Job
  1. In cPanel, under "Advanced", select "Cron Jobs"
  2. Find "Current Cron Jobs" at the bottom of the page, and find the cron job you w ish to edit or remove.
  3. Select "Edit" or "Delete", under "Actions".
Note: You might not be able to find the interval you would like to change your cron job to in the "Edit" menu, so it may be necessary to copy your command, delete the cron job, and re-add it in the "Add New Cron Job" section.

Was this answer helpful?

« Back