33 lines
974 B
Plaintext
33 lines
974 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'Commands: node'
|
|
sidebar_title: node
|
|
description: |
|
|
The node command is used to interact with nodes.
|
|
---
|
|
|
|
# Command: node
|
|
|
|
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 status`][status] - Display status information about nodes
|
|
|
|
[config]: /docs/commands/node/config 'View or modify client configuration details'
|
|
[drain]: /docs/commands/node/drain 'Set drain mode on a given node'
|
|
[eligibility]: /docs/commands/node/eligibility 'Toggle scheduling eligibility on a given node'
|
|
[status]: /docs/commands/node/status 'Display status information about nodes'
|