Moving an OCI Cache Cluster Between Compartments
Move an OCI Cache cluster to a different compartment in your Oracle Cloud Infrastructure tenancy.
- 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.
- From the Actions menu for the cluster, select Move resource.
- In the Move resource panel, select the destination compartment from the list.
- 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.