Skip to main content
POST
Resume an existing run

Authorizations

Authorization
string
header
required

API key obtained from the mlop dashboard

Body

application/json
runId
number

Numeric ID of the run to resume

Example:

123

displayId
string

Human-readable display ID (e.g., 'MMP-1')

Example:

"MMP-1"

externalId
string

User-provided external ID

Example:

"my-training-run-v1"

projectName
string

Project name (required when using externalId, since externalId is scoped to a project)

Example:

"my-project"

Response

Run resumed successfully

runId
number
required

Numeric ID of the resumed run

number
number | null
required

Sequential run number within the project

displayId
string | null
required

Human-readable display ID (e.g., 'MMP-1')

projectName
string
required

Name of the project

organizationSlug
string
required

Organization slug

url
string
required

URL to view the run

resumed
boolean
required

Always true for this endpoint