Aller au contenu

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.

NomTypeDescription
project_uuidstringoptionnelProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
key_uuidsarrayrequisKey uuids to restore (get them from list_trash).
{
"tool": "restore_keys_bulk",
"arguments": {
"key_uuids": []
}
}