POST
/
v1
/
organizations
/
{organizationSlug}
/
groups
/
{groupName}
/
transfer
curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/transfer' \
-H 'Authorization: Bearer TOKEN' \
-d '{
    "organization": "new-organization-slug"
}'
{
  "name": "default",
  "version": "v0.23.7",
  "uuid": "0a28102d-6906-11ee-8553-eaa7715aeaf2",
  "locations": [
    "lhr",
    "ams",
    "bos"
  ],
  "primary": "us-east-1",
  "delete_protection": false
}

You can only transfer groups to organizations you own or are an admin.

Existing database URL and tokens will continue to work, but should update your application to use the new URL and token as soon as possible.

curl -L -X POST 'https://api.turso.tech/v1/organizations/{organizationSlug}/groups/{groupName}/transfer' \
-H 'Authorization: Bearer TOKEN' \
-d '{
    "organization": "new-organization-slug"
}'

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

groupName
string
required

The name of the group.

Body

application/json
Receiving Organization details.

The body is of type object.

Response

200
application/json
Successful response

The response is of type object.