---
name: codeengine-ts-jobrun-deleteforquota
title: I'm over my limit for jobs or job runs. How can I delete them?
description: You receive a message that the limit for jobs or job runs is exceeded.
last-updated: 2023-06-23
---

> ## Documentation Index
> The table of contents for this documentation set is at https://cloud.ibm.com/docs/codeengine?format=markdown
> The index for all IBM Cloud docs is at: https://cloud.ibm.com/docs/llms.txt
> Use these files to discover more information as needed.

# I'm over my limit for jobs or job runs. How can I delete them?
{: #ts-jobrun-deleteforquota}
{: troubleshoot}


You receive a message that the limit for jobs or job runs is exceeded. 
{: tsSymptoms}

Code Engine has quotas for jobs and job runs within a project.
{: tsCauses}

 You are limited to 100 jobs per project and 100 job runs per project before you need to clean up old ones. See [Limits and quotas for Code Engine](https://cloud.ibm.com/docs/codeengine?topic=codeengine-limits&format=markdown).

Use one of the following ways to check that the quota limit for jobs and job runs is not exceeded.

* From the console, select your project and then go to the Code Engine Overview page. You can view the number of jobs and job runs for the project in the Summary section. For more details, select Jobs or Job runs from the Summary section or select Jobs from the navigation menu.

* With the CLI, 
    * Run the [**`ibmcloud ce jobrun list`**](https://cloud.ibm.com/docs/codeengine?topic=codeengine-cli&format=markdown#cli-jobrun-list) command to list all your defined job runs. 
    * Run the [**`ibmcloud ce job list`**](https://cloud.ibm.com/docs/codeengine?topic=codeengine-cli&format=markdown#cli-job-list) command to list all your defined jobs. 


If the number of jobs or job runs is near the quota limit, delete job runs and then jobs as needed. 
{: tsResolve}

When you  delete a job, all the submitted job runs that reference this job are also deleted.  
{: note}


* From the console, select your project and then go to the Code Engine Overview page. You can view the number of jobs and job runs for the project in the Summary section. For more details, select Jobs or Job runs from the Summary section or select Jobs from the navigation menu. 
    * To delete a specific job run of a job, select the job from the **Jobs** page. From the specific job page, click the name of the job run from the **Latest job runs** section, and then select **Delete job run** in the drop-down menu. 
    * To delete a specific job and all its job runs from the **Jobs** page, click the **Delete** icon ![Delete](../icons/delete.svg "Delete").


* With the CLI, 
    * Run the [**`ibmcloud ce jobrun delete`**](https://cloud.ibm.com/docs/codeengine?topic=codeengine-cli&format=markdown#cli-jobrun-delete) command to delete the specified job run. 
    * Run the [**`ibmcloud ce job delete`**](https://cloud.ibm.com/docs/codeengine?topic=codeengine-cli&format=markdown#cli-job-delete) command to delete your defined job and all the submitted job runs that reference this job. 


For more information, see [Working with jobs and job runs](https://cloud.ibm.com/docs/codeengine?topic=codeengine-job-plan&format=markdown) and [Debugging jobs](https://cloud.ibm.com/docs/codeengine?topic=codeengine-troubleshoot-job&format=markdown).