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

# ekso container

> Work containers (projects / queues) and their saved filters.

## Overview

Work containers (projects / queues) and their saved filters.

## Verbs

| Verb            | Description                                            |
| --------------- | ------------------------------------------------------ |
| `list`          | List all containers.                                   |
| `get`           | Fetch a single container by id.                        |
| `create`        | Create a container (body via --data).                  |
| `update`        | Update a container (id positional, body via --data).   |
| `delete`        | Delete a container.                                    |
| `sequence`      | Re-sequence the container's child ordering (no body).  |
| `filter-list`   | List filters scoped to a container.                    |
| `filter-get`    | Fetch a single filter (--container required).          |
| `filter-create` | Create a filter on a container (--container + --data). |
| `filter-update` | Update a filter (id positional, --container + --data). |
| `filter-delete` | Delete a filter (id positional, --container).          |

## Detailed help

Run `ekso` directly to see flags and arguments — `--help` reflects the binary you have installed.

```bash theme={null}
ekso container --help
ekso container list --help
```

## See also

* [CLI overview](/cli/overview)
* [Authentication](/cli/authentication)
* [Configuration](/cli/configuration)
* [API Reference](/api-reference/introduction) — the underlying HTTP routes.
