Skip to main content
POST
/
pipeline
/
{id}
/
stop
Stop pipeline execution
curl --request POST \
  --url http://localhost:5173/api/flowdrop/pipeline/{id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token for authentication

Path Parameters

id
string<uuid>
required

Pipeline UUID

Response

Pipeline stopped successfully

success
boolean
message
string