You can now delete models, versions, and deployments using the web or the HTTP API.
Deleting models
You can delete a model directly from the web on the model settings page. You can also delete a model programmatically using the models.delete
HTTP API.
There are some restrictions on which models you can delete:
Deleting model versions
You can delete a model version directly from the web using the nav in the header of the model versions page. You can also delete a model version programmatically using the versions.delete
HTTP API.
The following restrictions apply to deleting versions:
Deleting deployments
You can delete a deployment directly from the web on the deployment settings page. You can also delete a deployment programmatically using the deployments.delete
HTTP API.
The following restriction applies to deleting deployments: