POST /v1/admin/reload
Hot-reload signatures and policies from disk without restarting the server. Use this after adding custom signatures or changing your policy file — changes take effect immediately.Example
GET /v1/admin/stats
Retrieve system statistics for the running instance, including request counts, decision distribution, and block rates.Example
Response fields
Total number of scan requests processed since the server started.
Breakdown of decisions by verdict.
Fraction of all requests that resulted in a
block decision (0.0–1.0).Server uptime in seconds since the last start.
GET /v1/config
Read the active runtime configuration, including environment variable values and resolved settings.Example
Response fields
The host address InferenceWall is bound to (
IW_HOST).The port InferenceWall is listening on (
IW_PORT).The active deployment profile:
lite, standard, or full (IW_PROFILE).The active log level (
IW_LOG_LEVEL).TLS mode:
auto, off, or a path to a certificate (IW_TLS).Resolved path to the custom signatures directory (
IW_SIGNATURES_DIR).Resolved path to the active policy file (
IW_POLICY_PATH).Redis URL for distributed sessions, or
null if not configured (IW_REDIS_URL).