Starts a pipeline job.
Try it now
Test
RAM authorization
Request syntax
PUT /api/v1/pipelineruns/{PipelineRunId}/start HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| PipelineRunId |
string |
Yes |
The pipeline job ID. You can call ListPipelineRuns to obtain the ID. |
flow-rbvg5wzljzjhc9ks92 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
473469C7-****-****-****-A3DC0DE3C83E |
Examples
Success response
JSON format
{
"RequestId": "473469C7-****-****-****-A3DC0DE3C83E"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.