Skip to main content
POST
Update run config

Authorizations

Authorization
string
header
required

API key obtained from the mlop dashboard

Body

application/json
runId
number
required

Numeric ID of the run

config
string
required

Configuration as JSON string

Example:

"{\"model\": \"resnet50\"}"

Response

Config updated successfully

success
boolean
required