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/current/help/man/man1/gcloud_alpha_topic_endpoint-override.1
.TH "GCLOUD_ALPHA_TOPIC_ENDPOINT\-OVERRIDE" 1



.SH "NAME"
.HP
gcloud alpha topic endpoint\-override \- gcloud endpoint override supplementary help



.SH "DESCRIPTION"

\fB(ALPHA)\fR Use API endpoint overrides to override the API endpoints used by
the \f5gcloud\fR CLI. Applications such as Private Google Access and Private
Service Connect use API endpoint overrides.


.SH "Setting API endpoint overrides"

\f5gcloud\fR API endpoints are defined as \f5gcloud\fR CLI properties and can be
overridden through \f5gcloud\fR CLI properties or environment variables. For
example, to override the API endpoint for the \f5gcloud storage\fR command to
use the private \f5storage\-vialink1.p.googleapis.com\fR endpoint with either
\f5http://\fR or \f5https://\fR prefix, you can use one of the following
commands:

.RS 2m
# Override using a property:
$ gcloud config set api_endpoint_overrides/storage \e
    https://storage\-vialink1.p.googleapis.com/
.RE

.RS 2m
# Override using an environment variable
$ \e
    CLOUDSDK_API_ENDPOINT_OVERRIDES_STORAGE=https://\e
storage\-vialink1.p.googleapis.com/
gcloud storage objects list gs://my\-bucket
.RE


.SH "Default API endpoints"

To get the default value for an API endpoint override, use \f5gcloud config
get\fR to determine the correct format for your API endpoint override:

.RS 2m
$ gcloud config get api_endpoint_overrides/storage
.RE


.SH "Unsetting API endpoint overrides"

To unset an API endpoint override, use \f5gcloud config unset\fR:

.RS 2m
$ gcloud config unset api_endpoint_overrides/storage
.RE


.SH "Configured API endpoint overrides"

To see the APIs which have an endpoint override set, use \f5gcloud config
list\fR:

.RS 2m
$ gcloud config list api_endpoint_overrides/
.RE

To see all the set and unset API endpoint override properties, use the
\f5\-\-all\fR flag:

.RS 2m
$ gcloud config list api_endpoint_overrides/ \-\-all
.RE



.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 topic endpoint\-override
.RE

.RS 2m
$ gcloud beta topic endpoint\-override
.RE