Hot-reload a single node
GET {{baseUrl}}/tyk/reload/?block=true
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
block | boolean | Block a response until the reload is performed. This can be useful in scripting environments like CI/CD workflows. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"message":"\u003cstring\u003e","status":"\u003cstring\u003e"}