> ## 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 job-role

> Job-role definitions.

## Overview

Job-role definitions.

## Verbs

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

## Detailed help

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

```bash theme={null}
ekso job-role --help
ekso job-role list --help
```

## See also

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