Users

Get user details

get

Update user info

put

Delete user

delete

Move the branch to a different cluster

https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/move

This path allows moving the branch to a different cluster, the destination cluster is specified in the request.

Expected parameters

NameDescriptionInRequiredSchema
db_branch_name

The DBBranchName matches the pattern `{db_name}:{branch_name}`.

path✅string

Get Branch Move Status

GET
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/move

Get the branch move status (if a move is happening)

Responses

Move the Branch to a Different Cluster

PUT
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/move

Request Body Type Definition

Responses