github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/eval/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: eval' 4 description: | 5 The eval command is used to interact with evals. 6 --- 7 8 # Command: eval 9 10 The `eval` command is used to interact with evals. 11 12 ## Usage 13 14 Usage: `nomad eval <subcommand> [options]` 15 16 Run `nomad eval <subcommand> -h` for help on that subcommand. The following 17 subcommands are available: 18 - [`eval delete`][delete] - Delete evals 19 - [`eval list`][list] - List all evals 20 - [`eval status`][status] - Display the status of a eval 21 22 [delete]: /docs/commands/eval/delete 'Delete evals' 23 [list]: /docs/commands/eval/list 'List all evals' 24 [status]: /docs/commands/eval/status 'Display the status of a eval'