Moving a Project Between Compartments

Move a project in Anomaly Detection to a different compartment.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Anomaly Detection.
    2. In the left-side navigation menu, click Projects.
    3. Select the compartment that contains the project that you want to move.
    4. Click the name of the project.

      The project details page opens.

    5. Click Move resource
    6. Select the new compartment, and then click Move resource.
    A notification displays 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 anomaly-detection project change-compartment command and required parameters to change the compartment:

    oci anomaly-detection project 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 ChangeProjectCompartment operation to change the compartment for the project.