GET
/
tyk
/
reload
Hot-reload a single node.
curl --request GET \
  --url https://{tenant}/tyk/reload \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "message": "",
  "status": "ok"
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Query Parameters

block
boolean

Block a response until the reload is performed. This can be useful in scripting environments like CI/CD workflows.

Response

Reload gateway.

message
string
status
string