v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

Transfer Group

Transfer a group to another organization that you own or a member of.

post/v1/organizations/{organizationSlug}/groups/{groupName}/transfer

Path parameters

organizationSlugstring required

The slug of the organization or user account.

groupNamestring required

The name of the group.

Request body

organizationstring

The slug of the organization to transfer the group to.

Response

Successful response

namestring

The group name, unique across your organization.

versionstring

The current libSQL server version the databases in that group are running.

uuidstring

The group universal unique identifier (UUID).

locationsstring[]

An array of location keys the group is located.

primarystring

The primary location key.

delete_protectionboolean

The current status for delete protection. If enabled, the group and all its databases cannot be deleted.

Example response

{
  "name": "default",
  "version": "v0.23.7",
  "uuid": "0a28102d-6906-11ee-8553-eaa7715aeaf2",
  "locations": [
    "aws-us-east-1"
  ],
  "primary": "us-east-1"
}