Moving a Notebook Session Between Compartments
Move a notebook session in Data Science to a different compartment.
For example, you might want to move a notebook session to promote it from a development compartment to a production compartment, or to change the visibility of the notebook session.
A notification is displayed indicating that the notebook session resource is moved to the new compartment successfully. You might notice the notebook session status change to Moving. After the move is completed successfully, the notebook session status changes back to Active. Use the oci data-science notebook-session change-compartment command and required parameters to change the compartment:
oci data-science notebook-session change-compartment --compartment-id
<compartment-id>
.-c [<text>].. [OPTIONS]For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the ChangeNotebookSessionCompartment operation to change the compartment.