mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-23 15:18:41 -04:00
711 B
711 B
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| http | HTTP API: /sys/remount | docs-http-mounts-remount | The '/sys/remount' endpoint is used remount a mounted backend to a new endpoint. |
/sys/remount
- Description
- Remount an already-mounted backend to a new mount point.
<dt>Method</dt>
<dd>POST</dd>
<dt>Parameters</dt>
<dd>
<ul>
<li>
<span class="param">from</span>
<span class="param-flags">required</span>
The previous mount point.
</li>
<li>
<span class="param">to</span>
<span class="param-flags">required</span>
The new mount point.
</li>
</ul>
</dd>
<dt>Returns</dt>
<dd>`204` response code.
</dd>