Moving a Project Between Compartments
Move a project in Data Science to a different compartment.
For example, you might want to move a project to promote it from a development compartment to production compartment, or you could change the visibility of the project.
When you move a project, none of its notebook sessions or models move to the new compartment.
- On the Projects list page, find the project that you want to work with. If you need help finding the list page or the project, see Listing Projects.
- From the for the project, select Move resource.
- In the Move resource panel, select the destination compartment.
- Select Move resource.
A notification is displayed indicating that the project is moved to the new compartment successfully. You might notice the project status change to Moving. After the move is completed successfully, the project status changes back to Active. Use the oci data-science project change-compartment command and required parameters to change the compartment:
oci data-science project 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 ChangeProjectCompartment operation to change the compartment for the project.