Upstash Documentation

Transfer Search Index

Transfers ownership of a search index to another team.
Transferring to a personal account is not supported.
However, transferring from a personal account to a team is allowed.

1 min read
post/search/{id}/transfer
Request example
Response
post/search/{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 ID of the search index

Body

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

Responses

application/json
200
Search index transferred successfully