Delete a model
Name of the model
3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.h5
DELETE /strongcourage/MAIP/v1/models/{modelId} HTTP/1.1 Host: virtserver.swaggerhub.com Accept: */*
Successful delete a model
No content
Get the details of a model
GET /strongcourage/MAIP/v1/models/{modelId} HTTP/1.1 Host: virtserver.swaggerhub.com Accept: */*
Successful operation
{ "content": "" }
Renames the model with the given ID to a new ID
ID of the model to be updated
New ID for the model
PUT /strongcourage/MAIP/v1/models/{modelId} HTTP/1.1 Host: virtserver.swaggerhub.com Content-Type: application/json Accept: */* Content-Length: 21 { "newModelId": "text" }
Successful update name of a model