Reload Config
Reload the agent configuration from the manager or a file.
The optional _auth dependency consults
app.state.reload_auth (configured via create_app(reload_auth=...))
and, if set, invokes it. The configured callable is responsible for
raising :class:fastapi.HTTPException to deny the request.
POST
Reload Config
Body
application/json
Request body for reload endpoint.
Response
Successful Response
Last modified on May 22, 2026