Files
nomad/website/content/docs/commands/node/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

35 lines
1.2 KiB
Plaintext

---
layout: docs
page_title: 'nomad node command reference'
description: |
The nomad node reference command interacts with nodes. View or modify client configuration. Toggle scheduling eligibility and node drain mode. Display metadata and status information.
---
# `nomad node` command reference
The `node` command is used to interact with nodes.
## Usage
Usage: `nomad node <subcommand> [options]`
Run `nomad node <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`node config`][config] - View or modify client configuration details
- [`node drain`][drain] - Set drain mode on a given node
- [`node eligibility`][eligibility] - Toggle scheduling eligibility on a given
node
- [`node meta`][meta] - Interact with node metadata
- [`node status`][status] - Display status information about nodes
[config]: /nomad/docs/commands/node/config 'View or modify client configuration details'
[drain]: /nomad/docs/commands/node/drain 'Set drain mode on a given node'
[eligibility]: /nomad/docs/commands/node/eligibility 'Toggle scheduling eligibility on a given node'
[meta]: /nomad/docs/commands/node/meta 'Interact with node metadata'
[status]: /nomad/docs/commands/node/status 'Display status information about nodes'