Last updated 10 months ago
Was this helpful?
Stops the pipeline, and marks it as failed.
/api/organizations/{organizationId}/pipelines/{pipelineId}/stop
Organization ID
Pipeline ID
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" }