Skip to main content
POST
Model Health of saved model

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Model
string
required

The model saved name. E.g. Test Model

Example:

"Test Model"

X-Enkrypt-Model-Version
string
required

The model version. Default is 'v1'

Example:

"v1"

Response

200 - application/json

Successful Response

status
enum<string>
required
Available options:
healthy,
unhealthy
message
string
Example:

"Model health check completed successfully"

data
Data ยท object
error
string
Example:

"Error while checking model health"