mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
* 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>
25 lines
884 B
Plaintext
25 lines
884 B
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad system command reference'
|
|
description: |
|
|
The `nomad system` commands run garbage collection and reconcile job summaries.
|
|
---
|
|
|
|
# `nomad system` command reference
|
|
|
|
The `system` command is used to interact with the system API. These calls are
|
|
used for system maintenance and should not be necessary for most users.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad system <subcommand> [options]`
|
|
|
|
Run `nomad system <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`system gc`][gc] - Run the system garbage collection process
|
|
- [`system reconcile summaries`][reconcile-summaries] - Reconciles the summaries of all registered jobs
|
|
|
|
[gc]: /nomad/docs/commands/system/gc 'Run the system garbage collection process'
|
|
[reconcile-summaries]: /nomad/docs/commands/system/reconcile-summaries 'Reconciles the summaries of all registered jobs'
|