Update run config
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/config/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"config": "{\"model\": \"resnet50\"}"
}
'{
"success": true
}Runs
Update run config
Merges new configuration with existing run config. New keys override existing keys.
POST
/
api
/
runs
/
config
/
update
Update run config
curl --request POST \
--url https://pluto-api.trainy.ai/api/runs/config/update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"runId": 123,
"config": "{\"model\": \"resnet50\"}"
}
'{
"success": true
}Was this page helpful?
⌘I