open-consul/website/content/commands/reload.mdx

33 lines
955 B
Plaintext
Raw Normal View History

---
layout: commands
2020-04-07 18:55:19 +00:00
page_title: 'Commands: Reload'
description: The `reload` command triggers a reload of configuration files for the agent.
---
# Consul Reload
Command: `consul reload`
The `reload` command triggers a reload of configuration files for the agent.
The `SIGHUP` signal is usually used to trigger a reload of configurations,
but in some cases it may be more convenient to trigger the CLI instead.
This command operates the same as the signal, meaning that it will trigger
a reload, but does not wait for the reload to complete. Any errors with the
reload will be present in the agent logs and not in the output of this command.
**NOTE**
Not all configuration options are reloadable. See the
2020-04-09 23:46:54 +00:00
[Reloadable Configuration](/docs/agent/options#reloadable-configuration)
section on the agent options page for details on which options are supported.
## Usage
Usage: `consul reload`
#### API Options
2020-04-07 18:55:19 +00:00
@include 'http_api_options_client.mdx'