## Sync Index `$ llamacloud-prod beta:indexes sync` **post** `/api/v1/indexes/{index_id}/sync` Trigger a sync and export for an existing index, re-parsing changed files and exporting updated chunks. ### Parameters - `--index-id: string` - `--organization-id: optional string` - `--project-id: optional string` ### Returns - `BetaIndexSyncResponse: unknown` ### Example ```cli llamacloud-prod beta:indexes sync \ --api-key 'My API Key' \ --index-id index_id ``` #### Response ```json {} ```