Editing a Pipeline

Edit (update) a Data Science pipeline to change some options.

When a Data Science pipeline is in an Active or Creating state, you can change the following values:

  • Name

  • Description

  • Custom environment variables

  • Command line arguments

  • Maximum runtime

  • Logging configuration

  • Tags

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

      The pipeline details page is displayed including the steps.

    2. Select Edit.
    3. Make the necessary changes, and then select Save changes.
  • Use the oci data-science pipeline update command and required parameters to edit (update) a pipeline:

    oci data-science pipeline update --pipeline-id <pipeline-id>... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the UpdatePipeline operation to edit (update) a pipeline.