# Sync Vector Index

Launch stage: GA

`POST /api/2.0/vector-search/indexes/{name}/sync`

Triggers a synchronization process for a specified vector index.

API scopes: vector-search

## Path parameters

- `name` (string, optional)
  Name of the vector index to synchronize. Must be a Delta Sync Index.

## Response

```json
{}
```

