All Products
Search
Document Center

Platform For AI:RerunPipelineRun

Last Updated:Apr 15, 2025

Re-runs a pipeline job.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

PUT /api/v1/pipelineruns/{PipelineRunId}/rerun HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
PipelineRunIdstringYes

The pipeline job ID. You can call ListPipelineRuns to obtain the ID of the pipeline job.

run-rbvg5wzljzjhc9ks92

Response parameters

ParameterTypeDescriptionExample
object

The returned data.

RequestIdstring

The request ID.

DA869D1B-035A-43B2-ACC1-C56681BD9FAA

Examples

Sample success responses

JSONformat

{
  "RequestId": "DA869D1B-035A-43B2-ACC1-C56681BD9FAA"
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-07-24The internal configuration of the API is changed, but the call is not affectedView Change Details
2022-08-02Add OperationView Change Details