gcloud components repositories remove - remove a registered Trusted Test component repository
gcloud components repositories remove [URL ...] [--all] [GCLOUD_WIDE_FLAG ...]
Remove a registered Trusted Tester component repository from the list of repositories used by the component manager. After removing a repository, you can run: $ gcloud components update to revert back to the standard version of any components that were installed from that repository.
To be prompted for registered Trusted Tester component repositories to remove run:
$ gcloud components repositories remove
- [URL ...]
Zero or more URLs for the component repositories you want to remove. If none are given, you will be prompted to choose which existing repository you want to remove.
- --all
Remove all registered repositories.
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.