Models

Get the details of a model

get
/models/{modelId}

Get the details of a model

Path parameters
modelIdstringRequired

Name of the model

Example: 3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.h5
Responses
200

Successful operation

application/json
get
/models/{modelId}
200

Successful operation

Update existing model ID

put
/models/{modelId}

Renames the model with the given ID to a new ID

Path parameters
modelIdstringRequired

ID of the model to be updated

Body
newModelIdstringOptional

New ID for the model

Responses
200

Successful update name of a model

No content

put
/models/{modelId}
200

Successful update name of a model

No content

Delete a model

delete
/models/{modelId}

Delete a model

Path parameters
modelIdstringRequired

Name of the model

Example: 3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.h5
Responses
200

Successful delete a model

No content

delete
/models/{modelId}
200

Successful delete a model

No content