Description Usage Arguments Value See Also Examples
View source: R/model_operations.R
Remove PMML model from server and list remaining models.
1 | delete_model(model_name, ...)
|
model_name |
Name of the model to be deleted. |
... |
Additional arguments passed on to the underlying HTTP method.
This might be necessary if you need to set some curl options explicitly
via |
If deletion is successful, a vector of names of models remaining
deployed on the server with model_name
missing in it. Otherwise, an
error.
1 2 3 4 5 6 7 | ## Not run:
delete("iris_model")
#Delete all models
get_models() %>% purrr:::map(delete_model)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.