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