How it works
- You create a database in a primary location
- You add additional locations where data should be replicated
- You query a single URL that automatically routes to the nearest edge
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Allow your users to reach local replicas of your database, wherever they are.
turso group locations add <group-name> <location-code>
curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/locations/{location}' \
-H 'Authorization: Bearer TOKEN'
turso group locations remove <group-name> <...location-codes>
curl -L -X DELETE 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/locations/{location}' \
-H 'Authorization: Bearer TOKEN'
Was this page helpful?