Moving a Cluster to a Different Compartment

Move a cluster to a different compartment.

After you move the cluster to the new compartment, inherent policies apply immediately and affect access to the cluster through the Console. For more information, see Managing Compartments.
    1. Open the navigation menu and click Databases. Under OCI Cache, click Clusters.

    2. Under List scope, select the compartment that contains the cluster.
    3. In the Clusters list, click the name of the cluster that you want to move.

    4. On the cluster details page, click More Actions, and then click Move resource.
    5. Choose the destination compartment from the list.
    6. Click Move resource.

  • Use the oci redis redis-cluster change-compartment command and required parameters to move the cluster to a different compartment:

    oci redis redis-cluster change-compartment --compartment-id compartment_ocid --redis-cluster-id cluster_ocid
    For information about using the CLI, see Command Line Interface (CLI). For a complete list of flags and options available for CLI commands, see the CLI Command Reference.
  • For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.

    Run the ChangeRedisClusterCompartment operation to resize the nodes for a cluster.