NAME
    gcloud beta gemini cloud-assist investigations update - update an existing
        investigation

SYNOPSIS
    gcloud beta gemini cloud-assist investigations update INVESTIGATION
        [--issue=ISSUE] [--end-time=END_TIME | --clear-end-time]
        [--resources=[RESOURCE,...] | --clear-resources]
        [--start-time=START_TIME | --clear-start-time]
        [--title=TITLE | --clear-title] [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Shows metadata for the investigation after updating.

    This command can fail for the following reasons:
      ▪ The investigation ID doesn't exist.
      ▪ The active account does not have permission to update the
        investigation.
      ▪ The investigation is currently running.

EXAMPLES
    The following command updates title, text description, resources, and start
    time of the existing investigation with the name`example-foo-bar-1:

        $ gcloud beta gemini cloud-assist investigations update \
            example-foo-bar-1 --title="Example Investigation" \
            --issue="I have a problem" --start-time=2025-07-10

POSITIONAL ARGUMENTS
     Investigation resource - The investigation name to update. 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 investigation on the command line with a fully
        specified name;
      ◆ provide the argument --project on the command line;
      ◆ set the property core/project.

     To set the location attribute:
      ◆ provide the argument investigation on the command line with a fully
        specified name;
      ◆ The default is global.

     This must be specified.

       INVESTIGATION
          ID of the investigation or fully qualified identifier for the
          investigation.

          To set the investigation attribute:
          ▸ provide the argument investigation on the command line.

FLAGS
     --issue=ISSUE
        A description of the issue you are investigating, or an error log.

     At most one of these can be specified:

       --end-time=END_TIME
          The estimated end time of the issue you are investigating.

       --clear-end-time
          Clear the end time of the investigation.

     At most one of these can be specified:

       --resources=[RESOURCE,...]
          A list of resources relevant to the investigation

       --clear-resources
          Clear the resources of the investigation.

     At most one of these can be specified:

       --start-time=START_TIME
          The estimated start time of the issue you are investigating.

       --clear-start-time
          Clear the start time of the investigation.

     At most one of these can be specified:

       --title=TITLE
          The desired title of the resulting investigation.

       --clear-title
          Clear the title of the investigation.

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 beta and might change without notice.

