cURL
curl --request POST \ --url https://pluto-api.trainy.ai/api/runs/notes/update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "runId": 123, "notes": "<string>" } '
{ "success": true }
Updates the notes/description on a run. Set to null or empty string to clear.
API key obtained from the mlop dashboard
Numeric ID of the run
Notes/description for the run (max 1000 chars). Set to null or empty string to clear.
1000
Notes updated successfully
Was this page helpful?