gcloud_alpha_ml-engine_models_delete (1)
NAME
- gcloud alpha ml-engine models delete - delete an existing Cloud ML Engine model
SYNOPSIS
-
gcloud alpha ml-engine models delete MODEL [GCLOUD_WIDE_FLAG ...]
POSITIONAL ARGUMENTS
-
- MODEL
-
- Name of the model.
- Name of the model.
GCLOUD WIDE FLAGS
These flags are available to all commands: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To delete all models matching the regular expression vision[0-9]+, run:
-
$ gcloud alpha ml-engine models list --uri \
--filter 'name ~ vision[0-9]+' |
xargs -n 1 gcloud alpha ml-engine models delete
NOTES
This command is currently in ALPHA and may change without notice. If this command fails with API permission errors despite specifying the right project, you will have to apply for early access and have your projects registered on the API whitelist to use it. To do so, contact Support at cloud.google.com/support These variants are also available:
- $ gcloud ml-engine models delete $ gcloud beta ml-engine models delete