github.com/outbrain/consul@v1.4.5/website/source/docs/commands/reload.html.markdown.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands: Reload" 4 sidebar_current: "docs-commands-reload" 5 description: |- 6 The `reload` command triggers a reload of configuration files for the agent. 7 --- 8 9 # Consul Reload 10 11 Command: `consul reload` 12 13 The `reload` command triggers a reload of configuration files for the agent. 14 15 The `SIGHUP` signal is usually used to trigger a reload of configurations, 16 but in some cases it may be more convenient to trigger the CLI instead. 17 18 This command operates the same as the signal, meaning that it will trigger 19 a reload, but does not wait for the reload to complete. Any errors with the 20 reload will be present in the agent logs and not in the output of this command. 21 22 **NOTE** 23 24 Not all configuration options are reloadable. See the 25 [Reloadable Configuration](/docs/agent/options.html#reloadable-configuration) 26 section on the agent options page for details on which options are supported. 27 28 ## Usage 29 30 Usage: `consul reload` 31 32 #### API Options 33 34 <%= partial "docs/commands/http_api_options_client" %>