Hi,
I want to deploy my DNN Model by postman and got the following response.
{
"error": {
"code": "ValidationError",
"status": 400,
"message": "Request is invalid.",
"target": "/api/v2/deployments",
"requestId": "fe163031-50a5-4ada-520c-b91c80f91efa",
"details": [
{
"code": "MaxServersPerModelVersionLimitExceeded",
"field": "specs.models[0]",
"message": "You have exceeded the maximum number of model servers allowed to create for the same model version. There are '2' existing model servers for namespace '3d553c2e-95e0-4546-9702-8f8a0e9f0bdc', model name 'textclassifier1', and model version '11'."
}]}}
And now my question: How can I delete or remove my deployed models? The url for deploying the model is https://*-api.cfapps.eu10.hana.ondemand.com/api/v2/deployments
Thanks for your help.
Regards
Martin