Starts or resumes a pipeline. Optional body: keepPaused, disableBackFill.
cURL
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 } '
API key passed as a Bearer token in the Authorization header.
No Content
Was this page helpful?