mirror of
https://github.com/kemko/nomad.git
synced 2026-01-13 22:05:50 +03:00
* Enhance front matter description for search * acl section * alloc section * config section * deployment section * eval section * job section * license section * namespace section * node section * node pool section * operator section * plugin section * quota section * recommendation section * scaling section * sentinel section * server section * service section * setup section * system section * tls section * var section * volume section * change reference to command reference * Apply suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
25 lines
765 B
Plaintext
25 lines
765 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
|
|
|
|
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'
|