curl -L https://api.turso.tech/v1/organizations/{organizationSlug}/databases/{databaseName}/instances/{instanceName} \ -H 'Authorization: Bearer TOKEN'
{ "instance": { "uuid": "0be90471-6906-11ee-8553-eaa7715aeaf2", "name": "lhr", "type": "primary", "region": "lhr", "hostname": "[databaseName]-[organizationSlug].turso.io" } }
Return the individual database instance by name.
The slug of the organization or user account.
The name of the database.
The name of the instance (location code).
Successful response
The response is of type object.
object
Was this page helpful?