# Dynamic Reload Configs

By dynamically reloading configuration, parameters such as debug and timezone can be updated for running eKuiper without restarting the application.

# Reload Basic Configs

PATCH http://localhost:9081/configs
1

Request demo:

{
  "debug": true,
  "consoleLog": true,
  "fileLog": true,
  "timezone": "UTC"
}
1
2
3
4
5
6

Current supported dynamic reloadable parameters:

  • debug
  • consoleLog
  • fileLog
  • timezone