Mutate runtime config (dev/test only). 410 when disabled.
PUT/v1/memories/config
Set CORE_RUNTIME_CONFIG_MUTATION_ENABLED=true to enable. Startup-only fields (embedding_provider/model, llm_provider/model) return 400 with a rejected array listing the offending fields.
Request
Responses
- 200
- 400
- 410
- 500
Applied changes + config snapshot.
Input validation error OR startup-only fields were supplied.
Runtime config mutation is disabled in production.
Internal server error