Vector

Transfer Index

This endpoint is used to transfer an index to another team.

POST/v2/vector/index/{id}/transfer
cURL
curl --request POST \
  --url https://api.upstash.com/v2/vector/index/{id}/transfer \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
    "target_account": "99a4c327-31f0-490f-a594-043ade84085a"
  }'
200Response
"OK"

Authorization

Authorizationheaderstringrequired

Bearer authentication header of the form Bearer <token>.

Path parameters

idpathstringrequired

The unique ID of the index to be transferred

Body

target_accountstringrequired

The team ID of the target team.

Response

200 — Index transferred successfully

Loading search…