github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/system/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: system' 4 description: | 5 The system command is used to interact with the system API. 6 --- 7 8 # Command: system 9 10 The `system` command is used to interact with the system API. These calls are 11 used for system maintenance and should not be necessary for most users. 12 13 ## Usage 14 15 Usage: `nomad system <subcommand> [options]` 16 17 Run `nomad system <subcommand> -h` for help on that subcommand. The following 18 subcommands are available: 19 20 - [`system gc`][gc] - Run the system garbage collection process 21 - [`system reconcile summaries`][reconcile-summaries] - Reconciles the summaries of all registered jobs 22 23 [gc]: /docs/commands/system/gc 'Run the system garbage collection process' 24 [reconcile-summaries]: /docs/commands/system/reconcile-summaries 'Reconciles the summaries of all registered jobs'