Skip to main content
POST
/
reload-config
Reload config from disk
curl --request POST \
  --url http://localhost:{port}/reload-config
{
  "ok": true,
  "resources": [
    "<string>"
  ]
}
Reloads configuration from disk and returns the active resource names.

Response

Reload result

ok
boolean
required
resources
string[]
required