Hostxpeed
Login Get Started →
Control Panel

How to Delete Cron Job in HestiaCP

3 min read
23 views
Jun 10, 2026

Prerequisites

Before deleting a cron job, make sure you have:

  • Access to HestiaCP control panel

Method 1: Delete via HestiaCP Web Interface

Step 1: Log in to HestiaCP

https://YOUR_SERVER_IP:8083

Step 2: Navigate to USER → Cron Tab

Click on USER → select your username → Cron tab.

Step 3: Click Delete Icon

Click the red Delete icon next to the cron job.

Step 4: Confirm

Click Confirm to remove.

Method 2: Delete via SSH

ssh hxroot@YOUR_SERVER_IP -p 22
crontab -e

Delete the line containing the cron job, save, and exit.

To remove all cron jobs:

crontab -r

✅ Cron job has been deleted.

Was this article helpful?