Changing a Cluster's Name

Change the name for a cluster.

    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 cluster you want to change the name for.

    4. On the cluster details page, click Edit name.
    5. Type the new name for the cluster, and then click Edit name.

  • Use the oci redis redis-cluster update command and required parameters to change the name for a cluster:

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