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

# Sessions

> Manage chat sessions

The Apollo AI CLI allows you to manage your chat sessions, resuming previous conversations or starting fresh ones.

## Usage

```bash theme={null}
apollo session <subcommand>
```

## Subcommands

* `list`: List all available sessions.
* `load <sessionId>`: Resume a specific session.
* `delete <sessionId>`: Delete a specific session.

## Examples

List all sessions:

```bash theme={null}
apollo session list
```

Resume a session:

```bash theme={null}
apollo session load session-12345
```
