> For the complete documentation index, see [llms.txt](https://hmbaier.gitbook.io/distributed-ml-w-and-m/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hmbaier.gitbook.io/distributed-ml-w-and-m/the-batch-system/deleting-jobs.md).

# Deleting Jobs

If for any reason you decide that you want to cancel a job before it has reach it's walltime limit, find the job ID (using either of the two methods in the previous page) and run `qdel [JOB ID]`

![](https://606342668-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8KH9ChLTJObPN3HKjh98%2Fuploads%2FQZgrGvNCCgsRERkyBLsr%2Fqdel.png?alt=media\&token=50cab2d8-8871-47ea-9e45-74f7225ac929)

You should see `Terminated`, which indicates that the job has been successfully deleted.
