curl --request GET \ --url https://{tenant}/tyk/reload \ --header 'X-Tyk-Authorization: <api-key>'
Copy
Ask AI
{ "message": "", "status": "ok"}
Hot Reload
Hot-reload a single node.
Tyk is capable of reloading configurations without having to stop serving requests. This means that API configurations can be added at runtime, or even modified at runtime and those rules applied immediately without any downtime.
GET
/
tyk
/
reload
Hot-reload a single node.
Copy
Ask AI
curl --request GET \ --url https://{tenant}/tyk/reload \ --header 'X-Tyk-Authorization: <api-key>'