open-nomad/website/content/docs/commands/eval/index.mdx
Ashlee M Boyer 57f8ebfa26
docs: Migrate link formats (#15779)
* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* chore: updates link checker workflow hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 09:31:14 -08:00

25 lines
669 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]: /nomad/docs/commands/eval/delete 'Delete evals'
[list]: /nomad/docs/commands/eval/list 'List all evals'
[status]: /nomad/docs/commands/eval/status 'Display the status of a eval'