gcloud_beta_ml-engine_models_delete (1)
NAME
- gcloud beta ml-engine models delete - delete an existing Cloud ML Engine model
SYNOPSIS
-
gcloud beta 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 beta ml-engine models list --uri \
--filter 'name ~ vision[0-9]+' |
xargs -n 1 gcloud beta ml-engine models delete
NOTES
This command is currently in BETA and may change without notice. These variants are also available:
- $ gcloud ml-engine models delete $ gcloud alpha ml-engine models delete