cURL
curl --request POST \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines/{pipelineId}/stop \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
Stops the pipeline, and marks it as failed.
Organization ID
Pipeline ID
OK
The response is of type object.
object