File: //snap/google-cloud-cli/396/help/man/man1/gcloud_alpha_looker_instances.1
.TH "GCLOUD_ALPHA_LOOKER_INSTANCES" 1
.SH "NAME"
.HP
gcloud alpha looker instances \- manage Looker instances
.SH "SYNOPSIS"
.HP
\f5gcloud alpha looker instances\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To create an instance with the name \f5my\-looker\-instance\fR, with an edition
of "LOOKER_CORE_STANDARD", run:
.RS 2m
$ gcloud alpha looker instances create my\-looker\-instance \e
\-\-oauth\-client\-id='looker' \-\-oauth\-client\-secret='looker' \e
\-\-edition="core\-standard" \-\-async
.RE
Note: It is \fBrecommended\fR that the \fB\-\-async\fR argument is provided when
creating a Looker instance.
To delete an instance with the name \f5my\-looker\-instance\fR, run:
.RS 2m
$ gcloud alpha looker instances delete my\-looker\-instance \-\-async
.RE
To display the details for an instance with name \f5my\-looker\-instance\fR,
run:
.RS 2m
$ gcloud alpha looker instances describe my\-looker\-instance
.RE
To restart an instance with the name \f5my\-looker\-instance\fR, run:
.RS 2m
$ gcloud alpha looker instances restart my\-looker\-instance \-\-async
.RE
To update an instance with the name \f5my\-looker\-instance\fR, run:
.RS 2m
$ gcloud alpha looker instances update my\-looker\-instance \-\-async
.RE
To restore a backup with id of \f57e504e66\-c389\-4d8d\fR that belongs to an
instance named \f5my\-looker\-instance\fR, in the region \f5us\-central1\fR,
run:
$ gcloud alpha looker instances restore my\-looker\-instance \e.RS 2m
\-\-backup="7e504e66\-c389\-4d8" \-\-region="us\-central1" \-\-async
.RE
To export an instance with the name \f5my\-looker\-instance\fR, run:
.RS 2m
$ gcloud alpha looker instances export my\-looker\-instance \e
\-\-target\-gcs\-uri='gs://bucketName/folderName' \e
\-\-kms\-key='projects/my\-project/locations/us\-central1/keyRings/my\e
\-key\-ring/cryptoKeys/my\-key'
.RE
To import an instance with the name \f5my\-looker\-instance\fR, run:
.RS 2m
$ gcloud alpha looker instances import my\-looker\-instance \e
\-\-source\-gcs\-uri='gs://bucketName/folderName'
.RE
To list all the instances, run:
.RS 2m
$ gcloud alpha looker instances list
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBcreate\fR
\fB(ALPHA)\fR Create a Looker instance.
.TP 2m
\fBdelete\fR
\fB(ALPHA)\fR Delete a Looker instance.
.TP 2m
\fBdescribe\fR
\fB(ALPHA)\fR Show metadata for a Looker instance.
.TP 2m
\fBexport\fR
\fB(ALPHA)\fR Export a Looker instance.
.TP 2m
\fBimport\fR
\fB(ALPHA)\fR Import a Looker instance.
.TP 2m
\fBlist\fR
\fB(ALPHA)\fR List Looker instances.
.TP 2m
\fBrestart\fR
\fB(ALPHA)\fR Restart a Looker instance.
.TP 2m
\fBrestore\fR
\fB(ALPHA)\fR Restore a Looker instance from a backup.
.TP 2m
\fBupdate\fR
\fB(ALPHA)\fR Update a Looker instance.
.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. This variant is also available:
.RS 2m
$ gcloud looker instances
.RE