gcloud app instances disable-debug

NAME
gcloud app instances disable-debug - disable debug mode for an instance
SYNOPSIS
gcloud app instances disable-debug [INSTANCE ] [--service =SERVICE, -s SERVICE ] [--version =VERSION, -v VERSION ] [GCLOUD_WIDE_FLAG]
DESCRIPTION
When not in debug mode, SSH will be disabled on the VMs. They will be included in the health checking pools.

Note that any local changes to an instance will be lost if debug mode is disabled on the instance. New instance(s) may spawn depending on the app's scaling settings.

EXAMPLES
To disable debug mode for a particular instance, run:
gcloudappinstancesdisable-debug--service=s1--version=v1i1

To disable debug mode for an instance chosen interactively, run:

gcloudappinstancesdisable-debug
POSITIONAL ARGUMENTS
[INSTANCE]
The instance ID to disable debug mode on. If not specified, select instance interactively. Must uniquely specify (with other flags) exactly one instance
FLAGS
--service=SERVICE, -s SERVICE
If specified, only match instances belonging to the given service. This affects both interactive and non-interactive selection.
--version=VERSION, -v VERSION
If specified, only match instances belonging to the given version. This affects both interactive and non-interactive selection.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file , --account , --billing-project , --configuration , --flags-file , --flatten , --format , --help , --impersonate-service-account , --log-http , --project , --quiet , --trace-token , --user-output-enabled , --verbosity .

Run $ gcloud help for details.

NOTES
This variant is also available:
gcloudbetaappinstancesdisable-debug 

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年05月27日 UTC.