v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
runs

Update Run

Updates a run.

Args: run_id: ID of the run. run_model: Run model to use for the update.

Returns: The updated run model.

put/api/v1/runs/{run_id}

Path parameters

run_idstring uuid required

Request body

status'initializing' | 'failed' | 'completed' | 'running' | 'cached'

Enum that represents the current status of a step or pipeline run.

end_timestring date-time nullable
model_version_idstring uuid nullable
add_tagsstring[] nullable
remove_tagsstring[] nullable

Response

Successful Response

idstring uuid required
permission_deniedboolean
namestring required