gcloud scc findings bulk-mute --filter=FILTER (--folder=FOLDER | --organization=ORGANIZATION | --project=PROJECT) [--location=LOCATION; default="global"] [--mute-state=MUTE_STATE; default="muted"] [GCLOUD_WIDE_FLAG …]
123 based on a filter on category that
equals XSS_SCRIPTING, run:
gcloud scc findings bulk-mute --organization=organizations/123 --filter="category=\"XSS_SCRIPTING\""
To bulk mute findings given folder
based on a filter on category that equals
123, run:
XSS_SCRIPTING
gcloud scc findings bulk-mute --folder=folders/123 --filter="category=\"XSS_SCRIPTING\""
To bulk mute findings given project
based on a filter on category that equals
123, run:
XSS_SCRIPTING
gcloud scc findings bulk-mute --project=projects/123 --filter="category=\"XSS_SCRIPTING\""
To bulk mute findings given organization
based on a filter on category that
equals 123 and
XSS_SCRIPTINGlocation=eu run:
gcloud scc findings bulk-mute --organization=organizations/123 --filter="category=\"XSS_SCRIPTING\"" --location=locations/eu--filter=FILTER--folder=FOLDERfolders/456 or just
456.
--organization=ORGANIZATIONorganizations/123 or just
123.
--project=PROJECTprojects/789 or just
789.
--location=LOCATION; default="global"location
attribute can be provided as part of the fully specified resource name or with
the --location argument on the command line. The default location
is global.
NOTE: If you override the endpoint to a regional endpoint you must specify the correct data location using this flag. The default location on this command is unrelated to the default location that is specified when data residency controls are enabled for Security Command Center.
NOTE: If no location is specified, the default location isglobal
AND the request will be routed to the SCC V1 API. To use the SCC V2 API - please
explicitly specify the flag.
--mute-state=MUTE_STATE; default="muted"MUTE_STATE must be
one of: muted, undefined.
--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.
gcloud alpha scc findings bulk-mute
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.