Skip to main content
POST
/
files
/
pipeline-runs
/
{id}
/
reprocess
Reprocess a pipeline run
curl --request POST \
  --url https://api.sftpsync.io/files/pipeline-runs/{id}/reprocess \
  --header 'x-api-key: <api-key>'
{
  "message": "Reprocess scheduled"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Reprocess scheduled

message
string
required