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

# aether notification

> Manage notifications and delivery preferences

# aether notification

Manage user notifications and notification delivery preferences.

**Alias:** `notifications`

## Usage

```bash theme={null}
aether notification <subcommand> [flags]
```

## Subcommands

| Subcommand        | Description                        |
| ----------------- | ---------------------------------- |
| `list`            | List notifications                 |
| `dismiss <id>`    | Dismiss a notification             |
| `preferences`     | Show notification preferences      |
| `preferences get` | Show notification preferences      |
| `preferences set` | Update one notification preference |

## List Notifications

```bash theme={null}
aether notification list [flags]
```

| Flag       | Description                                                           |
| ---------- | --------------------------------------------------------------------- |
| `--status` | Status filter: `active`, `resolved`, `dismissed`, `archive`, or `all` |
| `--limit`  | Maximum notifications to return                                       |
| `--before` | Pagination cursor                                                     |

## Preferences

```bash theme={null}
aether notification preferences
aether notification preferences set --kind task_failed --email false
aether notification preferences set --kind question_requested --slack-dm true
```

`preferences set` reads the existing preference first, then updates only the channel flags you provide.
