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.
- From the jobs list page, select the name of the job to work with. If you need help finding the list of jobs, see Listing Jobs.
- Select More actions, and then select Delete.
- Enter the name of the job that you want to delete exactly as it appears, and then 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 flags and variable options for CLI commands, see the CLI Command Reference.
Use the DeleteJob operation to delete the job.