mirror of
https://github.com/kemko/nomad.git
synced 2026-01-16 07:15:40 +03:00
31 lines
536 B
Plaintext
31 lines
536 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.
|
|
This is an asynchronous operation.
|
|
|
|
## 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
|
|
```
|