open-nomad/website/content/docs/commands/server/index.mdx
Ashlee M Boyer 57f8ebfa26
docs: Migrate link formats (#15779)
* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* chore: updates link checker workflow hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 09:31:14 -08:00

28 lines
865 B
Plaintext

---
layout: docs
page_title: 'Commands: server'
description: |
The server command is used to interact with Nomad servers.
---
# Command: server
Command: `nomad server`
The `server` command is used to interact with servers.
## Usage
Usage: `nomad server <subcommand> [options]`
Run `nomad server <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`server force-leave`][force-leave] - Force a server into the 'left' state
- [`server join`][join] - Join server nodes together
- [`server members`][members] - Display a list of known servers and their status
[force-leave]: /nomad/docs/commands/server/force-leave "Force a server into the 'left' state"
[join]: /nomad/docs/commands/server/join 'Join server nodes together'
[members]: /nomad/docs/commands/server/members 'Display a list of known servers and their status'