---
title: "aeontel swarm"
description: "Manage swarms"
section: "CLI"
group: "Commands"
order: 829
---

## Swarm commands

### `aeontel swarm run`

Run a swarm

```ts
aeontel swarm run <id> [prompt] [--json] [--async]
```

```bash
aeontel swarm run id_... "Hello"
```

### `aeontel swarm chat`

Interactive chat with a swarm

```ts
aeontel swarm chat <id> [--workspace <id>]
```

```bash
aeontel swarm chat id_...
```

### `aeontel swarm get-edge`

Get a single swarm edge

```ts
aeontel swarm get-edge <edgeId>
```

```bash
aeontel swarm get-edge edg_...
```

### `aeontel swarm get-node`

Get a single swarm node

```ts
aeontel swarm get-node <nodeId>
```

```bash
aeontel swarm get-node nod_...
```
