NAME
    gcloud alpha run instances - view and manage your Cloud Run instances

SYNOPSIS
    gcloud alpha run instances GROUP | COMMAND [--region=REGION]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) This set of commands can be used to view and manage your Cloud Run
    instances.

EXAMPLES
    To list your existing instances, run:

        $ gcloud alpha run instances list

FLAGS
     --region=REGION
        Region in which the resource can be found. Alternatively, set the
        property [run/region].

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

    Run $ gcloud help for details.

GROUPS
    GROUP is one of the following:

     dev
        (ALPHA) Commands for development on Cloud Run Instances.

     logs
        (ALPHA) Read logs for Cloud Run instances.

COMMANDS
    COMMAND is one of the following:

     add-iam-policy-binding
        (ALPHA) Add IAM policy binding to a Cloud Run instance.

     create
        (ALPHA) Create a Cloud Run instance.

     delete
        (ALPHA) Delete an instance.

     describe
        (ALPHA) Obtain details about instances.

     get-iam-policy
        (ALPHA) Get the IAM policy for a Cloud Run instance.

     list
        (ALPHA) List instances.

     remove-iam-policy-binding
        (ALPHA) Remove IAM policy binding of a Cloud Run instance.

     replace
        (ALPHA) Create or replace an instance from a YAML instance
        specification.

     set-iam-policy
        (ALPHA) Set the IAM policy for a instance.

     start
        (ALPHA) Start a stopped instance.

     stop
        (ALPHA) Stop a running instance.

NOTES
    This command is currently in alpha and might change without notice. If this
    command fails with API permission errors despite specifying the correct
    project, you might be trying to access an API with an invitation-only early
    access allowlist.

