Starts a pipeline job.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
PUT /api/v1/pipelineruns/{PipelineRunId}/start HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
PipelineRunId | string | Yes | The ID of the pipeline job. You can call ListPipelineRuns to obtain the ID of the pipeline job. | flow-rbvg5wzljzjhc9ks92 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "473469C7-****-****-****-A3DC0DE3C83E"
}
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-06-14 | Add Operation | View Change Details |