NAME
    gcloud beta compute health-checks update - update health checks for load
        balanced instances

SYNOPSIS
    gcloud beta compute health-checks update COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Update health checks for load balanced instances.

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

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     grpc
        (BETA) Update a gRPC health check.

     grpc-with-tls
        (BETA) Update a gRPC with TLS health check.

     http
        (BETA) Update a HTTP health check.

     http2
        (BETA) Update a HTTP2 health check.

     https
        (BETA) Update a HTTPS health check.

     ssl
        (BETA) Update a SSL health check.

     tcp
        (BETA) Update a TCP health check.

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

        $ gcloud compute health-checks update

        $ gcloud alpha compute health-checks update

