The above curl expression (with correct http-reference and path to my model), works just fine. No errors, the model is uploaded and it works on the Rasa X server.
What I would like to know is how to correctly use the HTTP API for uploading a model from a local Rasa instance to my Rasa X server, since this would be preferred when automating such a task.
Using the Postman application, I get the following response:
{
“version”: “0.20.1”,
“status”: “failure”,
“message”: “Could not save model.\nNo model file found.”,
“reason”: “ModelSaveError”,
“details”: {},
“help”: null,
“code”: 404
}