Skip to content

ManagementRoutesSettings

Defined in: src/management/HttpManagement.ts:20

readonly optional enableDownEndpoint?: boolean

Defined in: src/management/HttpManagement.ts:29

Set to true to allow POST /cluster/down (#56). Operator-initiated force-down of a remote member by address. Off by default — production deployments typically gate this behind an auth proxy because it’s a destructive action.


readonly optional enableLeaveEndpoint?: boolean

Defined in: src/management/HttpManagement.ts:22

Set to true to allow POST /cluster/leave (requires cluster).


readonly optional enableMetricsEndpoint?: boolean

Defined in: src/management/HttpManagement.ts:35

Set to true to expose GET /metrics in Prometheus text format (#56). Reads from the system’s MetricsRegistry. Off by default because most deployments scrape metrics from a separate port.