Skip to main content
POST
/
pipelines
/
{uuid}
/
start
Start pipeline
curl --request POST \
  --url https://api.artie.com/pipelines/{uuid}/start \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "disableBackFill": true,
  "keepPaused": true
}
'

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

uuid
string
required

Body

application/json
disableBackFill
boolean
keepPaused
boolean

Response

No Content