Deleting a Job

Delete a Data Science job that's in a Succeeded, Failed, or Canceled state.

Deleting a job also deletes any associated job runs. The deletion fails when associated job runs are in progress, or if you don't have permission to delete jobs.

After a job is deleted, you can't do anything else with it and it can't be reactivated.

Note

Deleted jobs exist in lists for 30 days after being deleted. You can filter them out of lists by using the State filter.
    1. On the Projects list page, select the project that contains the jobs that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. On the project details page, select Jobs.
      All jobs in the selected project are displayed in a table.
    3. Find the job that you want to work with.
    4. From the Actions menu (three dots) for the job, select Delete.
    5. In the Delete job dialog box, enter the name of the job that you want to delete exactly as it appears.
    6. Select Delete.
    A notification is displayed indicating that the job is deleted successfully.
  • Use the oci data-science job delete command and required parameters to delete a data asset:

    oci data-science job delete --job-id <job-id> ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the DeleteJob operation to delete the job.