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. On the Projects list page, select the project that contains the pipelines that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. On the project details page, select Pipelines.
      All pipelines in the selected project are displayed in a table.
    3. From the Actions menu (three dots) for the pipeline, select Edit.
    4. On the Edit pipeline page, update the fields you want.
      For field descriptions, see Creating a Pipeline.
    5. 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 parameters and values for CLI commands, see the CLI Command Reference.

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