gcloud_beta_app_instances (1)
NAME
- gcloud beta app instances - view and manage your App Engine instances
SYNOPSIS
-
gcloud beta app instances COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) This set of commands can be used to view and manage your existing
For more information on App Engine instances, see: cloud.google.com/appengine/docs/python/an-overview-of-app-engine
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.
COMMANDS
COMMAND is one of the following:
-
- delete
-
(BETA) Delete a specified instance.
- describe
-
(BETA) Display all data about an existing instance.
- disable-debug
-
(BETA) Disable debug mode for an instance.
- enable-debug
-
(BETA) Enable debug mode for an instance (only works on the flexible
environment).
- list
-
(BETA) List the instances affiliated with the current App Engine project.
- scp
-
(BETA) SCP from or to the VM of an App Engine Flexible instance.
- ssh
-
(BETA) SSH into the VM of an App Engine Flexible instance.
EXAMPLES
To list your App Engine instances, run:
- $ gcloud beta app instances list
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud app instances