Resumes an existing run, setting its status back to RUNNING. Returns the same response format as create. Use this when you want to log additional data (e.g., evaluation metrics) to a previously completed run. Provide exactly one of: runId (numeric), displayId (e.g., ‘MMP-1’), or externalId (user-provided).
API key obtained from the mlop dashboard
Numeric ID of the run to resume
123
Human-readable display ID (e.g., 'MMP-1')
"MMP-1"
User-provided external ID
"my-training-run-v1"
Project name (required when using externalId, since externalId is scoped to a project)
"my-project"
Run resumed successfully
Numeric ID of the resumed run
Sequential run number within the project
Human-readable display ID (e.g., 'MMP-1')
Name of the project
Organization slug
URL to view the run
Always true for this endpoint