Search + K

Command Palette

Search for a command to run...

Sign In

Sync

PATCH /accounts/{account_id}/autorag/rags/{id}/sync
Copy endpoint
https://api.cloudflare.com/client/v4

Parameters

path Path Parameters

Name Type
id required
`${string}:-${string}`
account_id required
string

Responses

200 application/json

Returns the autorag sync status

{ result: { job_id: string; };success: boolean; }

Client Errors

400 application/json

autorag_is_paused

{ errors: { code: number;message: string; }[];success: false; }
404 application/json

autorag_not_found

{ errors: { code: number;message: string; }[];success: false; }
429 application/json

sync_in_cooldown

{ errors: { code: number;message: string; }[];success: false; }

Server Errors

503 application/json

unable_to_connect_to_autorag

{ errors: { code: number;message: string; }[];success: false; }