---
title: "aeontel image"
description: "Manage images (image specialization of files — upload via `aeontel file upload`)"
section: "CLI"
group: "Commands"
order: 817
---

## Image commands

### `aeontel image list`

List images

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

```bash
aeontel image list
```

### `aeontel image get`

Get image details by file ID

```ts
aeontel image get <fileId>
```

```bash
aeontel image get fil_...
```

### `aeontel image delete`

Delete an image by file ID

```ts
aeontel image delete <fileId>
```

```bash
aeontel image delete fil_...
```
