Re-runs a pipeline job.
Debugging
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
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| PipelineRunId | string | Yes | The pipeline job ID. You can call ListPipelineRuns to obtain the ID of the pipeline job. | run-rbvg5wzljzjhc9ks92 |
Response parameters
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 time | Summary of changes | Operation |
|---|---|---|
| 2024-07-24 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
| 2022-08-02 | Add Operation | View Change Details |
