Stop a running pipeline

Stop a running pipeline

post

Stops the pipeline, and marks it as failed.

Authorizations
Path parameters
organizationIdintegerrequired

Organization ID

pipelineIdintegerrequired

Pipeline ID

Responses
curl -L \
  --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines/{pipelineId}/stop' \
  --header 'x-api-key: YOUR_API_KEY'
{
  "success": true,
  "error": "text"
}

Last updated

Was this helpful?