Moving an OCI Cache Cluster Between Compartments

Move an OCI Cache cluster to a different compartment in your Oracle Cloud Infrastructure tenancy.

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. On the Clusters list page, find the cluster that you want to work with. If you need help finding the list page or the cluster, see Listing OCI Cache Clusters.
    2. From the Actions menu for the cluster, select Move resource.
    3. In the Move resource panel, select the destination compartment from the list.
    4. Select Move resource.
  • Use the oci redis redis-cluster redis-cluster change-compartment command and required parameters to move a cluster to a different compartment:

    oci redis redis-cluster redis-cluster change-compartment --compartment-id <compartment_OCID> --redis-cluster-id <cluster_OCID> [OPTIONS]
    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.
  • Run the ChangeRedisClusterCompartment operation to move a cluster to a different compartment.