gcloud_app_instances_disable-debug (1)
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
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.
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: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To disable debug mode for a particular instance, run:
- $ gcloud app instances disable-debug --service=s1 --version=v1 i1
To disable debug mode for an instance chosen interactively, run:
- $ gcloud app instances disable-debug
NOTES
This variant is also available:
- $ gcloud beta app instances disable-debug