Skip to main content
Stop a running pipe
curl --request POST \
  --url https://api.example.com/pipes/{id}/stop
{
  "success": true
}

Path Parameters

id
string
required

ID of the pipe

Response

200 - application/json

Pipe stopped

success
boolean