Skip to main content
PUT
/
pipelines
/
{name}
/
restart
Restart a pipeline
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
}
'

Authorizations

Authorization
string
header
required

API token generated from the Goldsky Dashboard. Pass as: Authorization: Bearer

Path Parameters

name
string
required

Body

application/json
clearState
boolean
default:false

Response

200

Default Response