mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
53 lines
1.2 KiB
Text
53 lines
1.2 KiB
Text
NAME
|
|
gcloud app instances - view and manage your App Engine instances
|
|
|
|
SYNOPSIS
|
|
gcloud app instances COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
This set of commands can be used to view and manage your existing App
|
|
Engine instances.
|
|
|
|
For more information on App Engine instances, see:
|
|
https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine
|
|
|
|
EXAMPLES
|
|
To list your App Engine instances, run:
|
|
|
|
$ gcloud app instances list
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
delete
|
|
Delete a specified instance.
|
|
|
|
describe
|
|
Display all data about an existing instance.
|
|
|
|
disable-debug
|
|
Disable debug mode for an instance.
|
|
|
|
enable-debug
|
|
Enable debug mode for an instance (only works on the flexible
|
|
environment).
|
|
|
|
list
|
|
List the instances affiliated with the current App Engine project.
|
|
|
|
scp
|
|
SCP from or to the VM of an App Engine Flexible instance.
|
|
|
|
ssh
|
|
SSH into the VM of an App Engine Flexible instance.
|
|
|
|
NOTES
|
|
This variant is also available:
|
|
|
|
$ gcloud beta app instances
|
|
|