HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/394/help/man/man1/gcloud_scc_muteconfigs_update.1
.TH "GCLOUD_SCC_MUTECONFIGS_UPDATE" 1



.SH "NAME"
.HP
gcloud scc muteconfigs update \- update a Security Command Center mute config



.SH "SYNOPSIS"
.HP
\f5gcloud scc muteconfigs update\fR \fIMUTE_CONFIG\fR [\fB\-\-description\fR=\fIDESCRIPTION\fR] [\fB\-\-expiry\-time\fR=\fIEXPIRY_TIME\fR] [\fB\-\-filter\fR=\fIFILTER\fR] [\fB\-\-location\fR=\fILOCATION\fR;\ default="global"] [\fB\-\-update\-mask\fR=\fIUPDATE_MASK\fR] [\fB\-\-folder\fR=\fIFOLDER\fR\ |\ \fB\-\-organization\fR=\fIORGANIZATION\fR\ |\ \fB\-\-project\fR=\fIPROJECT\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

Update a Security Command Center mute config.



.SH "EXAMPLES"

Update a mute config with \f5\fIID=test\-mute\-config\fR\fR under
\f5\fIorganization=123\fR\fR with a filter on category that equals to
XSS_SCRIPTING:

.RS 2m
$ gcloud scc muteconfigs update test\-mute\-config \e
    \-\-organization=123 \-\-description="This is a test mute config" \e
    \-\-filter="category=\e"XSS_SCRIPTING\e""
.RE

Update a mute config with \f5\fIID=test\-mute\-config\fR\fR under
\f5\fIfolder=456\fR\fR with a filter on category that equals to XSS_SCRIPTING:

.RS 2m
$ gcloud scc muteconfigs update test\-mute\-config \-\-folder=456 \e
    \-\-description="This is a test mute config" \e
    \-\-filter="category=\e"XSS_SCRIPTING\e""
.RE

Update a mute config with \f5\fIID=test\-mute\-config\fR\fR under
\f5\fIproject=789\fR\fR with a filter on category that equals to XSS_SCRIPTING:

.RS 2m
$ gcloud scc muteconfigs update test\-mute\-config \-\-project=789 \e
    \-\-description="This is a test mute config" \e
    \-\-filter="category=\e"XSS_SCRIPTING\e""
.RE

Update a mute config with \f5\fIID=test\-mute\-config\fR\fR under
\f5\fIorganization=123\fR\fR \f5location=eu\fR with a filter on category that
equals to XSS_SCRIPTING:

.RS 2m
$ gcloud scc muteconfigs update test\-mute\-config \e
    \-\-organization=123 \-\-description="This is a test mute config" \e
    \-\-filter="category=\e"XSS_SCRIPTING\e"" \-\-location=eu
.RE



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m
\fIMUTE_CONFIG\fR

ID of the mute config or the full resource name of the mute config.


.RE
.sp

.SH "FLAGS"

.RS 2m
.TP 2m
\fB\-\-description\fR=\fIDESCRIPTION\fR

The text that will be used to describe a mute configuration.

.TP 2m
\fB\-\-expiry\-time\fR=\fIEXPIRY_TIME\fR

The expiry of the mute config. Only applicable for dynamic configs. If the
expiry is set, when the config expires, it is removed from all findings. See
\f5$ gcloud topic datetimes\fR for information on supported time formats.

.TP 2m
\fB\-\-filter\fR=\fIFILTER\fR

The filter string which will applied to findings muted by a mute configuration.

.TP 2m
\fB\-\-location\fR=\fILOCATION\fR; default="global"

When data residency controls are enabled, this attribute specifies the location
in which the resource is located and applicable. The \f5location\fR attribute
can be provided as part of the fully specified resource name or with the
\f5\-\-location\fR argument on the command line. The default location is
\f5global\fR.

NOTE: If you override the endpoint to a regional endpoint
(https://cloud.google.com/security\-command\-center/docs/reference/rest/index.html?rep_location=global#regional\-service\-endpoint)
you must specify the correct data location
(https://cloud.google.com/security\-command\-center/docs/data\-residency\-support#locations)
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 is \f5global\fR AND the
request will be routed to the SCC V1 API. To use the SCC V2 API \- please
explicitly specify the flag.

.TP 2m
\fB\-\-update\-mask\fR=\fIUPDATE_MASK\fR

Optional: If left unspecified (default), an update\-mask is automatically
created using the flags specified in the command and only those values are
updated.

.TP 2m

At most one of these can be specified:


.RS 2m
.TP 2m
\fB\-\-folder\fR=\fIFOLDER\fR

Folder where the mute config resides. Formatted as \f5\fIfolders/456\fR\fR or
just \f5\fI456\fR\fR.

.TP 2m
\fB\-\-organization\fR=\fIORGANIZATION\fR

Organization where the mute config resides. Formatted as
\f5\fIorganizations/123\fR\fR or just \f5\fI123\fR\fR.

.TP 2m
\fB\-\-project\fR=\fIPROJECT\fR

Project (id or number) where the mute config resides. Formatted as
\f5\fIprojects/789\fR\fR or just \f5\fI789\fR\fR.


.RE
.RE
.sp

.SH "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 \fB$ gcloud help\fR for details.



.SH "API REFERENCE"

This command uses the Security Command Center API. For more information, see
Security Command Center API.
(https://cloud.google.com/security\-command\-center/docs/reference/rest)



.SH "NOTES"

This variant is also available:

.RS 2m
$ gcloud alpha scc muteconfigs update
.RE