open-nomad/website/source/docs/commands/system/gc.html.md.erb

30 lines
501 B
Plaintext
Raw Normal View History

---
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
```