Changing an OCI Cache Cluster's Name

Rename an OCI Cache cluster.

    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 Edit name.
    3. In the Edit name panel, enter the new name for the cluster.
    4. Select Edit name.
    The cluster appears in the cluster list under the new name.
  • Use the oci redis redis-cluster redis-cluster update command and required parameters to change the name for a cluster:

    oci redis redis-cluster redis-cluster update --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 UpdateRedisCluster operation to change the name for a cluster.