Create empty model from api ,delete it from web - when i try ro create again (same name) either api|web i get This model already exists. Try a different name!
Or in api the response is reasonPhrase: "Conflict" -statusCode: 409
Unique index which takes into account soft deletes?
Thanks for your help.
Hi @micos7. To clarify, when you deleted your model, does it still show up on the website? If you delete the model through the API, does that resolve your issue?
I'm hitting the same issue. @mattt to answer your questions
- I'm deleting the model via API
- The deleted model no longer shows up in the UI
- Issuing a create returns a 409.
I have a repo which I can share with you.
I have the same issue. I deleted the model from the UI, and then I try to create a model with the same name from the python library and it fails with 409.
Bump any solution? I have the same problem.
bump..same problem, anyone fixed this?
same problem, isn't this fixed yet?
Still not fixed it seems