Skip to content

acknowledge_missing_keys

Batch-resolve a set of missing-event uuids. Use this to clean up the dashboard after deciding events are noise (typo, dead code, locale mismatch) - the project's missing_keys_stats total drops by the count returned. Idempotent: rows already resolved are counted under already_resolved; unknown uuids under not_found. Auto-resolution on key creation already covers the happy path; this is for the events you want to dismiss without creating a key.

NameTypeDescription
project_uuidstringoptionalProject UUID. Required when multiple projects are configured (SONENTA_PROJECTS); defaults to the single configured project otherwise.
uuidsarrayrequiredMissing-event uuids to mark resolved.
{
"tool": "acknowledge_missing_keys",
"arguments": {
"uuids": []
}
}