Get the details of a model
/models/{modelId}
Name of the model
3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.h5
curl -L \ --url 'https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/models/{modelId}'
{ "content": "" }
Renames the model with the given ID to a new ID
ID of the model to be updated
New ID for the model
curl -L \ --request PUT \ --url 'https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/models/{modelId}' \ --header 'Content-Type: application/json' \ --data '{ "newModelId": "text" }'
No body
Delete a model
curl -L \ --request DELETE \ --url 'https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/models/{modelId}'