POST
/
v2
/
vector
/
index
/
{id}
/
transfer
curl -X POST \
  https://api.upstash.com/v2/vector/index/14841111-b834-4788-925c-04ab156d1123/transfer \
  -u 'EMAIL:API_KEY' \
  -d '{"target_account":"team:team-id-1"}'
"OK"

Request Parameters

id
string
required

The unique ID of the index to be deleted.

target_account
string
required

The ID of the target account. If the target is a team, then use the format team:<TEAM_ID>, else if the target is your personal account use the format <YOUR_EMAIL>.

Response Parameters

"OK" on successfull deletion operation.

curl -X POST \
  https://api.upstash.com/v2/vector/index/14841111-b834-4788-925c-04ab156d1123/transfer \
  -u 'EMAIL:API_KEY' \
  -d '{"target_account":"team:team-id-1"}'
"OK"