Skip to content

Reload the encryption keyring

POST/volumes/keys/reload

Re-reads the daemon's key sources and swaps the keyring in without a restart. Refuses to drop a key a volume still uses.

Responses
204 No contentNo Content
400 Bad requestBad Request
ErrorResponse
codestring
errorstring
501 Not Implemented
ErrorResponse
codestring
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
POST/volumes/keys/reload
cURL
curl '/volumes/keys/reload' \
  -X POST
POST/volumes/keys/reload
Request
Authorization
curl '/volumes/keys/reload' \
  -X POST
Response
Send a request to see the response.
Response
204 No content
No response body.
Was this page helpful?