Groups
Transfer Group
Transfer a group to another organization that you own or a member of.
POST
/
v1
/
organizations
/
{organizationName}
/
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
organizationName
string
requiredThe name of the organization or user.
groupName
string
requiredThe name of the group.
Body
application/json
organization
string
The name of the organization to transfer the group to.
Response
200 - application/json
name
string
The group name, unique across your organization.
version
string
The current libSQL server version the databases in that group are running.
uuid
string
The group universal unique identifier (UUID).
locations
string[]
An array of location keys the group is located.
primary
string
The primary location key.
archived
boolean
Groups on the free tier get archived after some inactivity.
Was this page helpful?