> ## Documentation Index
> Fetch the complete documentation index at: https://fastmcp-ts.docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# HealthOptions

Defined in: [server/customRoutes.ts:26](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/customRoutes.ts#L26)

`RunOptions.health` object form. Presence implies enabled.

## Properties

### body?

```ts theme={null}
optional body?: string;
```

Defined in: [server/customRoutes.ts:34](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/customRoutes.ts#L34)

Response body, served as `text/plain`. Default: `'ok'`.

***

### enabled?

```ts theme={null}
optional enabled?: boolean;
```

Defined in: [server/customRoutes.ts:28](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/customRoutes.ts#L28)

Force off with `false`; the object's presence already implies `true`.

***

### path?

```ts theme={null}
optional path?: string;
```

Defined in: [server/customRoutes.ts:30](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/customRoutes.ts#L30)

Request path of the endpoint. Default: `/healthz`.

***

### status?

```ts theme={null}
optional status?: number;
```

Defined in: [server/customRoutes.ts:32](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/customRoutes.ts#L32)

Response status code. Default: `200`.
