Persist new runtime settings. Values only take effect after restart.
Documentation Index
Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
PUT body — every field optional; partial updates are allowed.
Ranges mirror :class:CoreSettings Field validators. Pydantic emits 422
(FastAPI maps to 400 in the error envelope) with a clear greater than or equal to / less than or equal to message for violations.
1 <= x <= 325 <= x <= 100800 <= x <= 3651 <= x <= 36516 <= x <= 5121 <= x <= 64100 <= x <= 10000060 <= x <= 36001 <= x <= 101 <= x <= 160 <= x <= 1000Successful Response
GET/PUT response shape — Graph DB keys + Event Queue keys (spec bdcda842).
restart_required is true only when a Graph DB key (Kùzu constructor-time)
diverges from the boot snapshot. Event Queue keys hot-reload via the
worker pool's 5s settings cache.