mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
36 lines
1.1 KiB
Text
36 lines
1.1 KiB
Text
NAME
|
|
gcloud beta container fleet cloudrun disable - disable the CloudRun feature
|
|
|
|
SYNOPSIS
|
|
gcloud beta container fleet cloudrun disable [--force]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This command disables the CloudRun feature in Anthos clusters.
|
|
|
|
EXAMPLES
|
|
To disable the CloudRun Feature, run:
|
|
|
|
$ gcloud beta container fleet cloudrun disable
|
|
|
|
FLAGS
|
|
--force
|
|
Disable this feature, even if it is currently in use. Force disablement
|
|
may result in unexpected behavior.
|
|
|
|
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. These
|
|
variants are also available:
|
|
|
|
$ gcloud container fleet cloudrun disable
|
|
|
|
$ gcloud alpha container fleet cloudrun disable
|
|
|