# CLI Commands

This is the full command reference documentation for the Konduit-Serving CLI. See [local command](https://serving.konduit.ai/examples/cli/commands) for some common usage examples.

```
$ konduit [COMMAND] [OPTIONS] [arg...]
```

**COMMANDS**

| Commands                                                                              | Description                                                                                                                                                                                                                                                  |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [build](https://serving.konduit.ai/references/cli-commands/build-command)             | Command line interface for performing Konduit-Serving builds.                                                                                                                                                                                                |
| [config](https://serving.konduit.ai/references/cli-commands/config-command)           | A helper command for creating boiler plate JSON/YAML for inference configuration.                                                                                                                                                                            |
| [inspect](https://serving.konduit.ai/references/cli-commands/inspect-command)         | Inspect the details of a particular Konduit server.                                                                                                                                                                                                          |
| list                                                                                  | Lists the running Konduit servers. List all Konduit servers launched through the `serve` command. This command does not need any arguments to use with `konduit` CLI.                                                                                        |
| [logs](https://serving.konduit.ai/references/cli-commands/logs-command)               | View the logs of a particular Konduit server.                                                                                                                                                                                                                |
| metrics                                                                               | Shows the running metrics for a particular server. Prints the calculate metrics for a particular server. Useful for getting a quick insight into the running server. For example, shows metrics of a server, named 'id\_server',`konduit metrics id_server`. |
| [predict](https://serving.konduit.ai/references/cli-commands/predict-command)         | Run inference on Konduit servers using given inputs.                                                                                                                                                                                                         |
| [profile](https://serving.konduit.ai/references/cli-commands/profile-command)         | Command to list, view, edit, create and delete Konduit-Serving run profiles.                                                                                                                                                                                 |
| [pythonpaths](https://serving.konduit.ai/references/cli-commands/pythonpaths-command) | A utility command to manage system installed and manually registered python binaries.                                                                                                                                                                        |
| [serve](https://serving.konduit.ai/references/cli-commands/serve-command)             | Start a Konduit server application.                                                                                                                                                                                                                          |
| stop                                                                                  | Stop a running Konduit server. This command stops a Konduit server started with the `serve` command. The command requires the serving id as an argument. For example, stops a server named 'id\_server',`konduit stop id_server`.                            |
| version                                                                               | Displays Konduit-Serving version by printing the Konduit-Serving version used by the application along with other build details. For example: `konduit --version`.                                                                                           |
