---
title: "aeontel notification"
description: "Manage notifications"
section: "CLI"
group: "Commands"
order: 820
---

## Notification commands

### `aeontel notification list`

List your notifications

```ts
aeontel notification list
```

```bash
aeontel notification list
```

### `aeontel notification delete`

Soft-delete a notification (restorable until retention expires)

```ts
aeontel notification delete <id>
```

```bash
aeontel notification delete id_...
```

### `aeontel notification read`

Mark a notification as read

```ts
aeontel notification read <id>
```

```bash
aeontel notification read id_...
```

### `aeontel notification read-all`

Mark all notifications as read

```ts
aeontel notification read-all
```

```bash
aeontel notification read-all
```

### `aeontel notification restore`

Restore a soft-deleted notification

```ts
aeontel notification restore <id>
```

```bash
aeontel notification restore id_...
```
