HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/396/help/man/man1/gcloud_alpha_redis_instances.1
.TH "GCLOUD_ALPHA_REDIS_INSTANCES" 1



.SH "NAME"
.HP
gcloud alpha redis instances \- manage Cloud Memorystore Redis instances



.SH "SYNOPSIS"
.HP
\f5gcloud alpha redis instances\fR \fIGROUP\fR | \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "EXAMPLES"

To create an instance with the name \f5my\-redis\-instance\fR, run:

.RS 2m
$ gcloud alpha redis instances create my\-redis\-instance
.RE

To delete an instance with the name \f5my\-redis\-instance\fR, run:

.RS 2m
$ gcloud alpha redis instances delete my\-redis\-instance
.RE

To display the details for an instance with the name \f5my\-redis\-instance\fR,
run:

.RS 2m
$ gcloud alpha redis instances describe my\-redis\-instance
.RE

To list all the instances, run:

.RS 2m
$ gcloud alpha redis instances list
.RE

To set the label \f5env\fR to \f5prod\fR for an instance with the name
\f5my\-redis\-instance\fR, run:

.RS 2m
$ gcloud alpha redis instances my\-redis\-instance \e
    \-\-update\-labels=env=prod
.RE



.SH "GCLOUD WIDE FLAGS"

These flags are available to all commands: \-\-help.

Run \fB$ gcloud help\fR for details.



.SH "GROUPS"

\f5\fIGROUP\fR\fR is one of the following:

.RS 2m
.TP 2m
\fBconfig\fR

\fB(ALPHA)\fR Manage Redis instance configurations.


.RE
.sp

.SH "COMMANDS"

\f5\fICOMMAND\fR\fR is one of the following:

.RS 2m
.TP 2m
\fBcreate\fR

\fB(ALPHA)\fR Create a Memorystore Redis instance.

.TP 2m
\fBdelete\fR

\fB(ALPHA)\fR Delete a Redis instance.

.TP 2m
\fBdescribe\fR

\fB(ALPHA)\fR Show metadata for a Memorystore Redis instance.

.TP 2m
\fBexport\fR

\fB(ALPHA)\fR Export data from a Memorystore Redis instance to Google Cloud
Storage.

.TP 2m
\fBfailover\fR

\fB(ALPHA)\fR Failover a standard tier Cloud Memorystore for Redis instance from
the master node to its replica.

.TP 2m
\fBget\-auth\-string\fR

\fB(ALPHA)\fR Show AUTH string for a Memorystore Redis instance.

.TP 2m
\fBimport\fR

\fB(ALPHA)\fR Import data to a Memorystore Redis instance from Google Cloud
Storage.

.TP 2m
\fBlist\fR

\fB(ALPHA)\fR List Memorystore Redis instances.

.TP 2m
\fBreschedule\-maintenance\fR

\fB(ALPHA)\fR Reschedule maintenance window for a Redis instance.

.TP 2m
\fBupdate\fR

\fB(ALPHA)\fR Update Memorystore Redis instances.

.TP 2m
\fBupgrade\fR

\fB(ALPHA)\fR Upgrade a Memorystore for Redis instance to a specified Redis
version.


.RE
.sp

.SH "NOTES"

This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:

.RS 2m
$ gcloud redis instances
.RE

.RS 2m
$ gcloud beta redis instances
.RE