flows
Stop a flow
Stops the flow's integration process by publishing an appropriate event to the event bus. Requires the 'flows.control' permission.
post/flows/{id}/stop
Path parameters
idstring string required
ID of flow to stop, must be a valid MongoDB ID.
Response
Returns id and new status of the stopped flow
Example response
{
"data": {
"id": "5c99ec7e5ed40d3e7512cffa",
"status": "stopping"
}
}