Deleting a Pipeline
Delete a pipeline that's in a Succeeded, Failed, or Canceled state.
Deleting a pipeline also deletes any associated pipeline jobs and job runs by default.
The deletion fails when associated pipeline runs in are progress, or if you don't have permission to delete pipelines.
After a pipeline is deleted, you can't do anything else with it and it can't be reactivated.
Note
Deleted pipelines 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 pipeline is deleted successfully. Use the oci data-science pipeline delete command and required parameters to delete a pipeline:
oci data-science pipeline delete --pipeline-id
<pipeline-id>
... [OPTIONS]For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the DeletePipeline operation to delete the pipeline.