github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/node/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: node' 4 description: | 5 The node command is used to interact with nodes. 6 --- 7 8 # Command: node 9 10 The `node` command is used to interact with nodes. 11 12 ## Usage 13 14 Usage: `nomad node <subcommand> [options]` 15 16 Run `nomad node <subcommand> -h` for help on that subcommand. The following 17 subcommands are available: 18 19 - [`node config`][config] - View or modify client configuration details 20 21 - [`node drain`][drain] - Set drain mode on a given node 22 23 - [`node eligibility`][eligibility] - Toggle scheduling eligibility on a given 24 node 25 26 - [`node status`][status] - Display status information about nodes 27 28 [config]: /docs/commands/node/config 'View or modify client configuration details' 29 [drain]: /docs/commands/node/drain 'Set drain mode on a given node' 30 [eligibility]: /docs/commands/node/eligibility 'Toggle scheduling eligibility on a given node' 31 [status]: /docs/commands/node/status 'Display status information about nodes'