Pipeline cancel
- Print
- PDF
Pipeline cancel
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Cancel a SourcePipeline run.
Request
API URL
POST {SOURCEPIPELINE_API_URL}/project/{projectId}/history/{historyId}/cancel
Request parameter
Item | Type | Requirement status | Description | Remarks |
---|---|---|---|---|
projectId | string | Y | Project ID | |
historyId | string | Y | Task result ID |
Request query
None
Request body
None
Response
Response body
{
"result": "boolean"
}
Item | Type | Description | Remarks |
---|---|---|---|
result | boolean | Pipeline run cancellation result |
Was this article helpful?