pipelineruns
Cancel a pipeline run by its run ID.
post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataFactory/factories/{factoryName}/pipelineruns/{runId}/cancel
Path parameters
subscriptionIdstring required
The subscription identifier.
resourceGroupNamestring required
The resource group name.
factoryNamestring required
The factory name.
runIdstring required
The pipeline run identifier.
Query parameters
isRecursiveboolean
If true, cancel all the Child pipelines that are triggered by the current pipeline.
api-versionstring required
The API version.
Response
Pipeline run has been canceled successfully.