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

28 lines
989 B
Plaintext

---
layout: docs
page_title: 'nomad server command reference'
description: |
The `nomad server` command interacts with Nomad servers. Display a list of servers, join server nodes together, and force a server into the left state.
---
# `nomad server` command reference
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'