mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
41 lines
1.3 KiB
Text
41 lines
1.3 KiB
Text
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
|
|
|