> ## 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 cycle

> Board cycles (sprints / iterations).

## Overview

Board cycles (sprints / iterations).

## Verbs

| Verb     | Description                                       |
| -------- | ------------------------------------------------- |
| `list`   | List cycles, optionally filtered by --board.      |
| `get`    | Fetch a single cycle by id.                       |
| `create` | Create a new cycle on a board (--board + --data). |
| `update` | Update a cycle (id positional, --board + --data). |
| `delete` | Delete a cycle (id positional, --board).          |
| `items`  | List items assigned to a cycle.                   |
| `stats`  | Item counts grouped by cycle.                     |

## Detailed help

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

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

## See also

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