NAME
    gcloud alpha quotas preferences - manage Cloud Quotas QuotaPreferences

SYNOPSIS
    gcloud alpha quotas preferences COMMAND [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (ALPHA) A QuotaPreference resource represents your preference for a
    particular dimension combination. Use this resource to make quota increase
    adjustments to quotas in your projects and to make quota decrease
    adjustments to quotas in your projects, folders or organizations. Quota
    increase adjustments are subject to approval and fulfillment. Quota
    decreases are fulfilled immediately. Use the Cloud Quotas console UI or API
    to set a quota preference.

GCLOUD WIDE FLAGS
    These flags are available to all commands: --help.

    Run $ gcloud help for details.

COMMANDS
    COMMAND is one of the following:

     create
        (ALPHA) Create a new QuotaPreference that declares the desired value
        for a quota.

     describe
        (ALPHA) Get details about a single QuotaPreference.

     list
        (ALPHA) List QuotaPreferences in a given project, folder or
        organization.

     update
        (ALPHA) Update the parameters of a single QuotaPreference.

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. This variant is also available:

        $ gcloud beta quotas preferences

