v24

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2023-10-2712636.3 KB
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

metaobject

Example response

{
  "data": {
    "id": "5c99ec7e5ed40d3e7512cffa",
    "status": "stopping"
  }
}