flows
change the status of a flow
patch/v1/flows/{flow-id}
Request body
Example request
{
"status": "paused"
}Response
The new status of the flow after applying the patch
Example response
{
"alias": "kafka",
"status": "initializing",
"connectors": [
"consumer1",
"metrics",
"out"
]
}