NAME
    gcloud storage intelligence-configs disable - disables storage intelligence

SYNOPSIS
    gcloud storage intelligence-configs disable
        (--organization=ORGANIZATION | --project=PROJECT
          | --sub-folder=SUB_FOLDER) [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Disable storage intelligence for the organization, sub-folder or project.

EXAMPLES
    The following command disables storage intelligence for the project.

        $ gcloud storage intelligence-configs disable --project=my-project

REQUIRED FLAGS
     Exactly one of these must be specified:

       --organization=ORGANIZATION
          Specifies organization id for the storage intelligence config.

       --project=PROJECT
          Specifies project for the storage intelligence config.

       --sub-folder=SUB_FOLDER
          Specifies sub-folder id for the storage intelligence config.

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

        $ gcloud alpha storage intelligence-configs disable

