Skip to main content
Defined in: server/customRoutes.ts:26 RunOptions.health object form. Presence implies enabled.

Properties

body?

Defined in: server/customRoutes.ts:34 Response body, served as text/plain. Default: 'ok'.

enabled?

Defined in: server/customRoutes.ts:28 Force off with false; the object’s presence already implies true.

path?

Defined in: server/customRoutes.ts:30 Request path of the endpoint. Default: /healthz.

status?

Defined in: server/customRoutes.ts:32 Response status code. Default: 200.