Usage
flow run cancel
Description
Cancels a specific flow run for the specified Microsoft Flow
Options
| Option |
Description |
-n, --name<name> |
The name of the run to cancel |
-f, --flow<flow> |
The name of the Microsoft Flow to cancel |
-e, --environment<environment> |
The name of the environment where the Flow is located |
--confirm |
Don't prompt for confirmation |
Additional Information
Use Fidler or Postman and disable a flow in the UI to see the exact post request. Will be a Post request tot the following url:
https://emea.api.flow.microsoft.com/providers/Microsoft.ProcessSimple/environments/{{environement}}/flows/{{flowid}}/runs/{{runid}}/cancel?api-version=2016-11-01.
Usage
flow run cancelDescription
Cancels a specific flow run for the specified Microsoft Flow
Options
-n, --name<name>-f, --flow<flow>-e, --environment<environment>--confirmAdditional Information
Use Fidler or Postman and disable a flow in the UI to see the exact post request. Will be a Post request tot the following url:
https://emea.api.flow.microsoft.com/providers/Microsoft.ProcessSimple/environments/{{environement}}/flows/{{flowid}}/runs/{{runid}}/cancel?api-version=2016-11-01.