# Synchronize an AI Search index

Launch stage: Public Preview

`POST /api/2.0/ai-search/{name=workspaces/*/endpoints/*/indexes/*}:sync`

Synchronize a Delta Sync AI Search index with its source Delta table. Applies only to
 Delta Sync indexes; Direct Access indexes are written via the data-plane upsert path.

API scopes: ai-search

## Path parameters

- `name` (string, required)
  Full resource name of the index to synchronize. Must be a Delta Sync index.
   Format: `workspaces/{workspace_id}/endpoints/{endpoint_id}/indexes/{index_id}`

## Response

```json
{}
```

