0c0b028a59
* core: add eval delete RPC and core functionality. * agent: add eval delete HTTP endpoint. * api: add eval delete API functionality. * cli: add eval delete command. * docs: add eval delete website documentation.
25 lines
651 B
Plaintext
25 lines
651 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: eval'
|
|
description: |
|
|
The eval command is used to interact with evals.
|
|
---
|
|
|
|
# Command: eval
|
|
|
|
The `eval` command is used to interact with evals.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad eval <subcommand> [options]`
|
|
|
|
Run `nomad eval <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
- [`eval delete`][delete] - Delete evals
|
|
- [`eval list`][list] - List all evals
|
|
- [`eval status`][status] - Display the status of a eval
|
|
|
|
[delete]: /docs/commands/eval/delete 'Delete evals'
|
|
[list]: /docs/commands/eval/list 'List all evals'
|
|
[status]: /docs/commands/eval/status 'Display the status of a eval'
|