Skip to main content
POST
/
reload-config
Reload config from disk
curl --request POST \
  --url http://localhost:{port}/reload-config
{
  "ok": true,
  "resources": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://thebettercontextapp-davis-npm-resource-on-web.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Reloads configuration from disk and returns the active resource names.

Response

Reload result

ok
boolean
required
resources
string[]
required