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