NAME
    gcloud alpha monitoring snoozes update - updates a snooze

SYNOPSIS
    gcloud alpha monitoring snoozes update SNOOZE
        [--snooze-from-file=SNOOZE_FROM_FILE]
        [--fields=[field,...] | --display-name=DISPLAY_NAME
          --end-time=END_TIME --start-time=START_TIME] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) Updates a snooze.

        If `--snooze-from-file` is specified:

          * If `--fields` is specified, then only the specified fields will be
            updated.
          * Else, the snooze will be replaced with the provided snooze. The
            snooze can be modified further using the flags from the Snooze
            Settings group below.

    Otherwise, the snooze will be updated with the values specified in the
    flags from the Snooze Settings group.

    For information about the JSON/YAML format of a snooze:
    https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.snoozes

POSITIONAL ARGUMENTS
     Snooze resource - Name of the Snooze to be updated. This represents a
     Cloud resource. (NOTE) Some attributes are not given arguments in this
     group but can be set in other ways. To set the project attribute:
      ◆ provide the argument snooze on the command line with a fully
        specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project.

     This must be specified.

       SNOOZE
          ID of the Snooze or fully qualified identifier for the Snooze. To set
          the snooze attribute:
          ▸ provide the argument snooze on the command line.

FLAGS
     --snooze-from-file=SNOOZE_FROM_FILE
        The path to a JSON or YAML file containing the snooze.

     At most one of these can be specified:

       --fields=[field,...]
          The list of fields to update. Must specify --snooze-from-file if
          using this flag.

       Snooze Settings. If any of these are specified, they will overwrite
       fields in the --snooze-from-file flags if specified.

         --display-name=DISPLAY_NAME
            The display name for the Snooze.

         --end-time=END_TIME
            The start time for the Snooze.

         --start-time=START_TIME
            The start time for the Snooze.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --access-token-file, --account,
    --billing-project, --configuration, --flags-file, --flatten, --format,
    --help, --impersonate-service-account, --log-http, --project, --quiet,
    --trace-token, --user-output-enabled, --verbosity.

    Run $ gcloud help for details.

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.

