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.

    1. From the pipelines page, select a pipeline to delete. If you need help finding the list of pipelines, see Listing Pipelines.

      The pipeline details page is displayed including the steps.

    2. Select Delete.
    3. Enter the name of the pipeline that you want to delete exactly as it appears, and then select Delete.
    4. (Optional) Select Delete related pipeline runs to delete the pipeline runs and job runs or Delete related job runs to delete the job runs only.
    5. Select Delete.
    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.