Removing an OCI Cache User from a Cluster

Remove an assigned OCI Cache user from an OCI Cache cluster.

Note

⁠If you remove the user with the username "default" you created, the system-defined user automatically becomes the default user for that cluster.
    1. On the Clusters list page, select 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. On the cluster's details page, select Users.
      All cache users assigned to the cluster are displayed in a table.
    3. In the Users section, select those cache users you want to remove from the cluster and select Remove.
    4. When prompted, confirm the removal.
    The cache users you removed no longer appear in the cluster's Users list.
  • Use the oci redis redis-cluster redis-cluster detach command and required parameters to remove an assigned cache user from a cluster:

    oci redis redis-cluster redis-cluster detach --oci-cache-users <json_file_or_string> --redis-cluster-id <cluster_OCID> [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DetachOciCacheUsers operation to remove an assigned cache user from a cluster.