TablesWriteRetry-safe

Restore deleted rows

restore_table_rows

Bring soft-deleted rows back. Deleted rows stay restorable for 30 days — query them with query_table_rows and includeDeleted before restoring.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
rowIdsstring[]requiredRow ids to restore

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "restore_table_rows",
"arguments": {
"tableId": "tableId_123",
"rowIds": "value"
}
}

Use this tool in

Related Tables tools