> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a training job

> Delete a training job to remove the training results in MLflow.

You can delete a training job when you no longer need it. Deleting the job removes the training results in MLflow,
however, it doesn't automatically delete the referenced feature table. That means you can create a new training job
from the previously referenced feature table.

## Prerequisites

Before starting this task, ensure you have the following:

* Appropriate permissions: `nx1_automl_admin` and `nx1_crew_admin` or `nx1_automl_user` and `nx1_crew`.
* A previously created feature table.

## Delete a training job

Perform these steps to delete a training job.

1. Log in to NexusOne.
2. On the top navigation bar, hover your mouse over **AI** and then select **AutoML > Training**.
3. Select the training job you want to delete.
4. After selecting the training job, you should see a bin icon 🗑️ at the bottom left of the screen. Click the bin icon 🗑️.
5. Click **Delete** to confirm your selection.

## Additional resources

For a high-level overview of training jobs and how they're used in NexusOne, refer to
[Training](../../overview/automl/training).
