NAME
    gcloud beta compute routes - read and manipulate routes

SYNOPSIS
    gcloud beta compute routes COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Read and manipulate routes.

    For more information about routes, see the routes documentation
    (https://cloud.google.com/vpc/docs/routes).

    See also: Routes API
    (https://cloud.google.com/compute/docs/reference/rest/v1/routes).

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        (BETA) Create a new route.

     delete
        (BETA) Delete routes.

     describe
        (BETA) Describe a route.

     list
        (BETA) List non-dynamic Google Compute Engine routes.

NOTES
    This command is currently in beta and might change without notice. These
    variants are also available:

        $ gcloud compute routes

        $ gcloud alpha compute routes

