mirror of
https://github.com/hashicorp/vault.git
synced 2026-04-15 22:19:27 -04:00
This commit updates the API documentation for the system backend to break things apart on a per-page basis and provide specific examples. This pattern will give more flexibility for future documentation as well.
772 B
772 B
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| http | /sys/seal - HTTP API | docs-http-system-seal/ | The `/sys/seal` endpoint seals the Vault. |
/sys/seal
The /sys/seal endpoint seals the Vault.
Seal
This endpoint 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.
| Method | Path | Produces |
|---|---|---|
PUT |
/sys/seal |
204 (empty body) |
Sample Request
$ curl \
--header "X-Vault-Token: ..." \
--request PUT \
https://vault.rocks/v1/sys/seal