Delete Run

DELETE
/v1/runs/:run_id

Delete a run by its run_id.

Path parameters

run_idstringRequired

Response

Successful Response

created_by_idstringOptional

The id of the user that made this object.

last_updated_by_idstringOptional

The id of the user that made this object.

created_atdatetimeOptional

The timestamp when the object was created.

updated_atdatetimeOptional

The timestamp when the object was last updated.

statusenumOptional
Allowed values: createdrunningcompletedfailedpending

The status of the job.

completed_atdatetimeOptional

The unix timestamp of when the job was completed.

metadata_map from strings to anyOptional

The metadata of the job.

job_type"job" or "run"Optional
Allowed values: jobrun
idstringOptionalformat: "^(job|run)-[a-fA-F0-9]{8}"

The human-friendly ID of the Run

request_configobjectOptional

The request configuration for the run.

Errors

Built with