Restart a pipeline. Optionally clear state to start fresh.
cURL
curl --request PUT \ --url https://api.goldsky.com/api/v1/pipelines/{name}/restart \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "clearState": false } '
API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer
Default Response
Was this page helpful?