open-nomad/.changelog/13492.txt
James Rasell 0c0b028a59
core: allow deleting of evaluations (#13492)
* core: add eval delete RPC and core functionality.

* agent: add eval delete HTTP endpoint.

* api: add eval delete API functionality.

* cli: add eval delete command.

* docs: add eval delete website documentation.
2022-07-06 16:30:11 +02:00

8 lines
158 B
Plaintext

```release-note:improvement
cli: Added `delete` command to the eval CLI
```
```release-note:improvement
agent: Added delete support to the eval HTTP API
```