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

# tai fleet

> Inspect the execution backend and drive fleet ops.

Inspect the execution backend and drive fleet ops.

```console theme={null}
$ tai fleet [OPTIONS] COMMAND [ARGS]...
```

## `tai fleet info`

Show the registered backend's identity (or the empty state).

Example: `tai fleet info`

```console theme={null}
$ tai fleet info [OPTIONS]
```

| Option                 | Description                            |
| ---------------------- | -------------------------------------- |
| `--json` / `--no-json` | Emit raw JSON instead of human tables. |

## `tai fleet reload-config`

Soft-restart the worker fleet — all of them, or only `--target` ones.

The response is the per-origin fleet report (one row per worker with its
reload outcome). Example: `tai fleet reload-config --target serve-abc123`

```console theme={null}
$ tai fleet reload-config [OPTIONS]
```

| Option                 | Description                                      |
| ---------------------- | ------------------------------------------------ |
| `--target` `TEXT`      | A worker to restrict the reload to (repeatable). |
| `--json` / `--no-json` | Emit raw JSON instead of human tables.           |

## `tai fleet workers`

List the live worker fleet — every process on the bus.

Example: `tai fleet workers`

```console theme={null}
$ tai fleet workers [OPTIONS]
```

| Option                 | Description                            |
| ---------------------- | -------------------------------------- |
| `--json` / `--no-json` | Emit raw JSON instead of human tables. |
