Run Pipelines

Run an organizational pipeline

curl --request POST \
  --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/pipelines/{pipelineId}/run?ignoreLastSuccessfulRun=SOME_BOOLEAN_VALUE' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?