github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/system/reconcile-summaries.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: system reconcile summaries' 4 description: | 5 Reconciles the summaries of all registered jobs. 6 --- 7 8 # Command: system reconcile summaries 9 10 Reconciles the summaries of all registered jobs. 11 12 ## Usage 13 14 ```plaintext 15 nomad system reconcile summaries [options] 16 ``` 17 18 If ACLs are enabled, this option requires a management token. 19 20 ## General Options 21 22 @include 'general_options_no_namespace.mdx' 23 24 ## Examples 25 26 Running the system reconcile summaries command does not output unless an error 27 occurs: 28 29 ```shell-session 30 $ nomad system reconcile summaries 31 32 ```