Skip to main content
Upstash Documentation

Transfer Index

This endpoint is used to transfer an index to another team.
Transferring to a personal account is not supported. However, transferring an index from a personal account to a team is allowed.

1 min read
post/vector/index/{id}/transfer
Request example
Response
post/vector/index/{id}/transfer

Authorization

Authorizationstringheaderrequired#
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded username:password.

Path parameters

idstringrequired#
The unique ID of the index to be transferred

Body

application/json
target_accountstringrequired#
The team ID of the target team.

Responses

application/json
200
Index transferred successfully