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

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.

Path Parameters

organizationSlug
string
required

The slug of the organization or user account.

groupName
string
required

The name of the group.

Body

application/json
organization
string

The slug of the organization to transfer the group to.

Response

200 - application/json
archived
boolean

Groups on the free tier get archived after some inactivity.

locations
string[]

An array of location keys the group is located.

name
string

The group name, unique across your organization.

primary
string

The primary location key.

uuid
string

The group universal unique identifier (UUID).

version
string

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