gcloud app services - view and manage your App Engine services
gcloud app services COMMAND [GCLOUD_WIDE_FLAG ...]
This set of commands can be used to view and manage your existing App Engine services.
To create new deployments, use gcloud app deploy.
For more information on App Engine services, see: https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine
To list your deployed services, run:
$ gcloud app services list
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMAND is one of the following:
- browse
Open the specified service(s) in a browser.
- delete
Delete services in the current project.
- describe
Display all data about an existing service.
- list
List your existing services.
- set-traffic
Set traffic splitting settings.
- update
Update service-level settings.
This variant is also available:
$ gcloud beta app services