--- layout: "http" page_title: "HTTP API: /sys/seal-unseal" sidebar_current: "docs-http-seal-unseal" description: |- The '/sys/seal-unseal' endpoint is used to unseal the Vault. --- # /sys/unseal
Description
Enter a single master key share to progress the unsealing of the Vault. If the threshold number of master key shares is reached, Vault will attempt to unseal the Vault. Otherwise, this API must be called multiple times until that threshold is met.
Method
PUT
Parameters
Returns
The same result as `/sys/seal-status`.