19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _restart_api.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 h2(#restart-api). Restart the API server and controller
8
9 *Make sure the cluster config file is up to date on the API server host* then restart the API server and controller processes to ensure the configuration changes are visible to the whole cluster.
10
11 <notextile>
12 <pre><code># <span class="userinput">systemctl restart nginx arvados-controller</span>
13 # <span class="userinput">arvados-server check</span>
14 </code></pre>
15 </notextile>