> ## 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 job

> Delete a scheduled job to remove it from Airflow.

After successfully scheduling a job, you might want to delete if you no longer need it.

<Warning>Deleting a job can't be undone.</Warning>

## Prerequisite

Appropriate permission: `airflow_user` and `nx1_monitor`

## Delete a job

<Tabs>
  <Tab title="Web portal" icon="browser">
    Perform these steps to delete a job.

    1. Log in to NexusOne.
    2. On the NexusOne homepage, click **Monitor**.
    3. In the Active Jobs table, you should see entries of all scheduled jobs. Click the three dots `...`
       menu, and then select **Delete job**.

    <Info>Deleted jobs are also deleted on Apache Airflow.</Info>
  </Tab>

  <Tab title="CLI" icon="square-terminal">
    Use the following API endpoint to [delete a job](/cli-reference/nx1/jobs#delete).
  </Tab>

  <Tab title="REST API" icon="code">
    Use the following API endpoint to [delete a job](/api-reference/endpoints/jobs/delete-job).
  </Tab>
</Tabs>

## Additional resources

* For more information about data ingestion, refer to [Ingest Overview](/documentation/data-pipeline/overview/ingest).
* For more information about data insights, refer to [Ask Overview](/documentation/ai/overview/ask).
* For more information about data transformation, refer to [Engineer Overview](/documentation/data-pipeline/overview/engineer).
* For more information about roles or permissions, refer to [Govern Overview](/documentation/govern/overview).
