Files
nomad/website/content/docs/commands/recommendation/index.mdx
Aimee Ukasick dae496e427 Docs: SEO front matter description for search: commands section (#25175)
* 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>
2025-03-19 12:02:02 -05:00

30 lines
1.2 KiB
Plaintext

---
layout: docs
page_title: 'nomad recommendation command reference'
description: |
The `nomad recommendation` command interacts with recommendations in Nomad Enterprise. Display a specific recommendation or a list of recommendations. Apply or dismiss recommendations.
---
# `nomad recommendation` command reference
The `recommendation` command is used to interact with recommendations.
<EnterpriseAlert product="nomad"/>
## Usage
Usage: `nomad recommendation <subcommand> [options]`
Run `nomad recommendation <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`recommendation apply`][recommendationapply] - Apply one or more Nomad recommendations
- [`recommendation dismiss`][recommendationdismiss] - Dismiss one or more Nomad recommendations
- [`recommendation info`][recommendationinfo] - Display an individual Nomad recommendation
- [`recommendation list`][recommendationlist] - Display all Nomad recommendations
[recommendationapply]: /nomad/docs/commands/recommendation/apply
[recommendationdismiss]: /nomad/docs/commands/recommendation/dismiss
[recommendationinfo]: /nomad/docs/commands/recommendation/info
[recommendationlist]: /nomad/docs/commands/recommendation/list