POST
/
v2
/
redis
/
move-to-team
curl --request POST \
  --url https://api.upstash.com/v2/redis/move-to-team \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "team_id": "6cc32556-0718-4de5-b69c-b927693f9282",
  "database_id": "67b6af16-acb2-4f00-9e38-f6cb9bee800d"
}'
"OK"

Authorizations

Authorization
string
header
required

Basic authentication using email and API key

Body

application/json

Response

200 - application/json

Database moved successfully

The response is of type string.