flows
Stop multiple flows
Stops multiple flow's integration process by publishing an appropriate events to the event bus. Requires the 'flows.control' permission.
post/flows/multiple/stop
Request body
string[] required
Example request
[ "62fcb5ee8ed54c19069b0ca5" ]
Response
Returns an array with the id and new status of the stopped flows
Example response
[
{
"data": {
"id": "5c99ec7e5ed40d3e7512cffa",
"status": "stopping"
}
}
]