parent
7214e21402
commit
a991342f8d
|
@ -55,7 +55,7 @@ Successfuly deleted 1 evaluation
|
|||
Delete all evaluations with status `pending` for the `example` job:
|
||||
|
||||
```shell-session
|
||||
$ nomad eval delete -filter='Stauts == "pending" and JobID == "example"'
|
||||
$ nomad eval delete -filter='Status == "pending" and JobID == "example"'
|
||||
Are you sure you want to delete 3 evals? [y/N] y
|
||||
|
||||
Successfuly deleted 3 evaluations
|
||||
|
|
Loading…
Reference in New Issue