open-vault/website/source/docs/http/sys-seal.html.md

31 lines
561 B
Markdown
Raw Normal View History

2015-04-18 21:34:47 +00:00
---
layout: "http"
page_title: "HTTP API: /sys/seal"
sidebar_current: "docs-http-seal-seal"
description: |-
The '/sys/seal' endpoint seals the Vault.
---
# /sys/seal
<dl>
<dt>Description</dt>
<dd>
Seals the Vault. In HA mode, only an active node can be sealed. Standby
nodes should be restarted to get the same effect. Requires a token with
`root` policy or `sudo` capability on the path.
</dd>
2015-04-18 21:34:47 +00:00
<dt>Method</dt>
<dd>PUT</dd>
2015-04-18 21:34:47 +00:00
<dt>Parameters</dt>
<dd>
None
</dd>
2015-04-18 21:34:47 +00:00
<dt>Returns</dt>
<dd>A `204` response code.
</dd>
2015-04-18 21:34:47 +00:00
</dl>