Moving Clusters Between Compartments

Change the compartment that a Big Data Service cluster is included in.

    1. Open the navigation menu and click Analytics & AI. Under Data Lake, click Big Data Service.
    2. Under Compartment, select the compartment that contains the cluster.
    3. In the list of clusters, click the name of the cluster.
    4. On the Cluster details page, click More actions, and then select Move resource.
    5. In the Move resource panel, select a new compartment, and then click Move resource.
  • Use the oci bds instance change-compartment command and required parameters to move a Big Data Service cluster into a different compartment.
    oci bds instance change-compartment --bds-instance-id <bds_instance_id> --compartment-id <compartment_id> [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the Command Line Reference for Big Data.

  • Use the ChangeBdsInstanceCompartment operation to change the cluster compartment.