> ## 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 non-billable

> Non-billable categories (time-entry classification).

## Overview

Non-billable categories (time-entry classification).

## Verbs

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

## Detailed help

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

```bash theme={null}
ekso non-billable --help
ekso non-billable list --help
```

## See also

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