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.
Deleted jobs exist in lists for 30 days after being deleted. You can filter them out of lists by using the State filter.
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.