> ## 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 cost-center

> Cost centres (finance org).

## Overview

Cost centres (finance org).

## Verbs

| Verb     | Description                                            |
| -------- | ------------------------------------------------------ |
| `list`   | List all cost-centres.                                 |
| `get`    | Fetch a single cost-centre by id.                      |
| `create` | Create a cost-centre (body via --data).                |
| `update` | Update a cost-centre (id positional, body via --data). |
| `delete` | Delete a cost-centre.                                  |

## Detailed help

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

```bash theme={null}
ekso cost-center --help
ekso cost-center list --help
```

## See also

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