# ClusterLifetime

- Module: [CommunityToolkit.Aspire.Hosting.Kind](/reference/api/typescript/communitytoolkit.aspire.hosting.kind.md)
- Version: `13.5.1-beta.736`
- Kind: `enum`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/tree/3ebe72753ae604ec3c9e343865740e6f8512e1b6)

Specifies the lifetime behavior of a Kind cluster relative to the AppHost session.

## Definition

```typescript
enum ClusterLifetime {
  Session = 0,
  Persistent = 1,
}
```

## Values

- `Session` = `0`
- `Persistent` = `1`
