v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
steps

Update Step

Updates a step.

Args: step_id: ID of the step. step_model: Step model to use for the update.

Returns: The updated step model.

put/api/v1/steps/{step_id}

Path parameters

step_idstring uuid required

Request body

outputsobject
saved_artifact_versionsobject
loaded_artifact_versionsobject
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

Response

Successful Response

idstring uuid required
permission_deniedboolean
namestring required