mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 03:15:42 +03:00
27 lines
758 B
Plaintext
27 lines
758 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad eval command reference'
|
|
description: |
|
|
The `nomad eval` command interact with evaluations. Fetch status, delete an evaluation, and list all evaluations.
|
|
---
|
|
|
|
# `nomad eval` command reference
|
|
|
|
The `eval` command is used to interact with evals.
|
|
|
|
## Usage
|
|
|
|
```plaintext
|
|
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/commands/eval/delete 'Delete evals'
|
|
[list]: /nomad/commands/eval/list 'List all evals'
|
|
[status]: /nomad/commands/eval/status 'Display the status of a eval'
|