---
title: "aeontel thread"
description: "Manage chat threads"
section: "CLI"
group: "Commands"
order: 832
---

## Thread commands

### `aeontel thread delete`

Soft-delete a thread (restorable until retention expires)

```ts
aeontel thread delete <id>
```

```bash
aeontel thread delete id_...
```

### `aeontel thread get-participant`

Get a single thread participant

```ts
aeontel thread get-participant <participantId>
```

```bash
aeontel thread get-participant par_...
```

### `aeontel thread read`

Mark a thread as read up to a message (default: latest)

```ts
aeontel thread read <id> [--message <id>]
```

```bash
aeontel thread read id_...
```

### `aeontel thread restore`

Restore a soft-deleted thread

```ts
aeontel thread restore <id>
```

```bash
aeontel thread restore id_...
```
