---
title: "aeontel video"
description: "Manage videos (video specialization of files — upload via `aeontel file upload`)"
section: "CLI"
group: "Commands"
order: 834
---

## Video commands

### `aeontel video list`

List videos

```ts
aeontel video list [--workspace <id>]
```

```bash
aeontel video list
```

### `aeontel video get`

Get video details by file ID

```ts
aeontel video get <fileId>
```

```bash
aeontel video get fil_...
```

### `aeontel video delete`

Delete a video by file ID

```ts
aeontel video delete <fileId>
```

```bash
aeontel video delete fil_...
```
