Moving a Pipeline Between Compartments

Move a Data Science pipeline to a different compartment.

For example, you might want to move a pipeline to promote it from a development compartment to production compartment, or to change the visibility of the pipeline.

    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 Move resource.
    4. In the Move resource panel, select the new compartment for the pipeline.
    5. Select Move resource.
    A notification is displayed indicating that the pipeline resource is moved to the new compartment successfully. You might notice the pipeline status change to Moving. After the move is completed successfully, the pipeline status changes back to Active.
  • Use the oci data-science pipeline change-compartment command and required parameters to change the pipeline compartment:

    oci data-science pipeline change-compartment --compartment-id <compartment-id>.-c [<text>].. [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the ChangePipelineCompartment operation to change the compartment.