github.com/iqoqo/nomad@v0.11.3-0.20200911112621-d7021c74d101/website/pages/docs/commands/system/gc.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Commands: system gc' 4 sidebar_title: gc 5 description: | 6 Run the system garbage collection process. 7 --- 8 9 # Command: system gc 10 11 Initializes a garbage collection of jobs, evaluations, allocations, and nodes. 12 This is an asynchronous operation. 13 14 ## Usage 15 16 ```plaintext 17 nomad system gc [options] 18 ``` 19 20 ## General Options 21 22 @include 'general_options.mdx' 23 24 ## Examples 25 26 Running the system gc command does not output unless an error occurs: 27 28 ```shell-sessionnomad system gc 29 30 ```