30 lines
501 B
Plaintext
30 lines
501 B
Plaintext
|
---
|
||
|
layout: "docs"
|
||
|
page_title: "Commands: system gc"
|
||
|
sidebar_current: "docs-commands-system-gc"
|
||
|
description: >
|
||
|
Run the system garbage collection process.
|
||
|
---
|
||
|
|
||
|
# Command: system gc
|
||
|
|
||
|
Initializes a garbage collection of jobs, evaluations, allocations, and nodes.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```plaintext
|
||
|
nomad system gc [options]
|
||
|
```
|
||
|
|
||
|
## General Options
|
||
|
|
||
|
<%= partial "docs/commands/_general_options" %>
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
Running the system gc command does not output unless an error occurs:
|
||
|
|
||
|
```shell
|
||
|
$ nomad system gc
|
||
|
```
|