POST
/
api
/
organizations
/
{organizationId}
/
pipelines
/
{pipelineId}
/
stop
Stop a running pipeline
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
integer
required

Organization ID

pipelineId
integer
required

Pipeline ID

Response

200 - application/json

OK

The response is of type object.