restore_keys_bulk
Restore up to 500 trashed keys by their key_uuid (from list_trash). Idempotent: already-active keys are reported unchanged, unknown uuids not_found; a key whose name was re-created while it was trashed is reported as a conflict. Get key_uuid from list_trash.
Parameters
Section titled “Parameters”| Name | Type | Description | |
|---|---|---|---|
project_uuid | string | optional | Project UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise. |
key_uuids | array | required | Key uuids to restore (get them from list_trash). |
Example
Section titled “Example”{ "tool": "restore_keys_bulk", "arguments": { "key_uuids": [] }}