Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Nov 14, 2022
1 parent 12cb7ca commit aa7239a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions website/content/docs/commands/eval/delete.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ Delete all evaluations with status `pending` for the `example` job:

```shell-session
$ nomad eval delete -filter='Stauts == "pending" and JobID == "example"'
Do you want to list evals (3) before deletion? [y/N] y
ID Priority Triggered By Job ID Namespace Node ID Status Placement Failures
cef92121 50 job-register example default <none> pending false
1c905ca0 50 job-register example default <none> pending false
b9e77692 50 job-register example default <none> pending false
Are you sure you want to delete 3 evals? [y/N] y
Successfuly deleted 3 evaluations
Expand Down

0 comments on commit aa7239a

Please sign in to comment.