29 lines
378 B
Markdown
29 lines
378 B
Markdown
---
|
|
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.
|
|
</dd>
|
|
|
|
<dt>Method</dt>
|
|
<dd>PUT</dd>
|
|
|
|
<dt>Parameters</dt>
|
|
<dd>
|
|
None
|
|
</dd>
|
|
|
|
<dt>Returns</dt>
|
|
<dd>A `204` response code.
|
|
</dd>
|
|
</dl>
|