- NAME
-
- gcloud beta quotas adjuster settings update - update the QuotaAdjusterSettings of a project
- SYNOPSIS
-
-
gcloud beta quotas adjuster settings update
--enablement
=ENABLEMENT
--project
=PROJECT_ID_OR_NUMBER
[--validate-only
] [GCLOUD_WIDE_FLAG …
]
-
- DESCRIPTION
-
(BETA)
This command updates the enablement state of a project. - EXAMPLES
-
To update QuotaAdjusterSettings for
projects/12321
, run:gcloud beta quotas adjuster settings update --enablement=enabled --project=12321
- REQUIRED FLAGS
-
--enablement
=ENABLEMENT
-
Enablement state of the QuotaAdjusterSettings.
ENABLEMENT
must be one of:enabled
,disabled
. --project
=PROJECT_ID_OR_NUMBER
- Project of the container id.
- OPTIONAL FLAGS
-
--validate-only
- If specified, only validates the request, but does not actually update. Note that a request being valid does not mean that the request is guaranteed to be fulfilled. Default is false.
- 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.
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 2025-01-14 UTC.