POST
/
v2
/
vector
/
index
/
{id}
/
transfer
curl --request POST \
  --url https://api.upstash.com/v2/vector/index/{id}/transfer \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "target_account": "team:team-id-1"
}'
"OK"

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Path Parameters

id
string
required

The unique ID of the index to be transferred

Body

application/json

Response

200 - application/json

Transfer successful

The response is of type string.