Remove a Cron Job
Remove a cron job when you no longer need scheduled execution.
Goal
Stop and delete a recurring automation cleanly.
Steps
- Open the environment with the cron job
- Open
Cron Jobs - Open the cron job to remove
- Click
REMOVE - Confirm
REMOVE CRON JOB
Expected result
- The cron job disappears from the list
- No new executions will be scheduled from this job
Common issues
- You cannot remove the job: confirm delete permissions
- Removal is blocked because of background state
Required permissions
To follow this guide, you need the following permissions in the target environment.
| Resource Type | Required Permission |
|---|---|
| Cron Job | Remove |
For instructions on how to grant user permissions to an environment, please follow the guide Add a team to an environment.
Edit a Cron Job
Previous Page
Daemons
Many applications rely on background processes, or daemons, to keep critical programs alive and running continuously. Devopness simplifies the management of these daemons by providing a centralized platform, allowing you to configure, monitor, and maintain these persistent processes with ease. Daemons run as background processes and can automatically restart a program if it fails or when its code/command line is modified.