mirror of
https://github.com/kemko/nomad.git
synced 2026-01-14 14:25:42 +03:00
26 lines
873 B
Markdown
26 lines
873 B
Markdown
---
|
|
layout: "docs"
|
|
page_title: "Commands: system"
|
|
sidebar_current: "docs-commands-system"
|
|
description: >
|
|
The system command is used to interact with the system API.
|
|
---
|
|
|
|
# Command: system
|
|
|
|
The `system` command is used to interact with the system API. These calls are
|
|
used for system maintenance and should not be necessary for most users.
|
|
|
|
## Usage
|
|
|
|
Usage: `nomad system <subcommand> [options]`
|
|
|
|
Run `nomad system <subcommand> -h` for help on that subcommand. The following
|
|
subcommands are available:
|
|
|
|
- [`system gc`][gc] - Run the system garbage collection process
|
|
- [`system reconcile summaries`][reconcile-summaries] - Reconciles the summaries of all registered jobs
|
|
|
|
[gc]: /docs/commands/system/gc.html "Run the system garbage collection process"
|
|
[reconcile-summaries]: /docs/commands/system/reconcile-summaries.html "Reconciles the summaries of all registered jobs"
|