Skip to main content

Seal System

This API seals the system, locking it so that system operations become unavailable until it is unsealed.

Endpoint Details

URL/v1/sys/seal
MethodPOST
AuthorizationBearer Token

Request Headers

HeaderTypeDescription
Content-TypeStringMust be application/json

Response

Here is an example response after the request has been successfully processed:

Response
{
"sealed": true
}

Field Descriptions

FieldTypeDescription
sealedBooleanIndicates whether the system is sealed after the request

info
  • A valid Bearer Token is required to access this endpoint.
  • After sealing, the system is locked and system operations are unavailable until it is unsealed.
  • To unseal the system again, submit the required number of key shares to the unseal endpoint.