Redis
Rename Database
This endpoint renames a database.
curl -X POST \
https://api.upstash.com/v2/redis/reset-password/:id \
-u 'EMAIL:API_KEY'
{
"database_id": "96ad0856-03b1-4ee7-9666-e81abd0349e1",
"cluster_id": "dea1f974",
"database_name": "MyRedis",
"database_type": "Pay as You Go",
"region": "eu-central-1",
"port": 30143,
"creation_time": 1658909671,
"state": "active",
"password": "49665a1710f3434d8be008aab50f38d2",
"user_email": "example@upstash.com",
"endpoint": "eu2-sought-mollusk-30143.upstash.io",
"tls": true,
}
URL Parameters
id
required
The ID of the database to be renamed
Request Parameters
name
required
The new name of the database
Response Parameters
database_id
string
ID of the created database
database_name
string
New name of the database
database_type
string
Type of the database in terms of pricing model\ Free
, Pay as You Go
or
Enterprise
region
string
The region where database is hosted
port
int
Database port for clients to connect
creation_time
int
Creation time of the database as Unix time
state
string
State of database\ active
or deleted
password
string
Password of the database
user_email
string
Email or team id of the owner of the database
endpoint
string
Endpoint URL of the database
tls
boolean
TLS/SSL is enabled or not
Was this page helpful?
curl -X POST \
https://api.upstash.com/v2/redis/reset-password/:id \
-u 'EMAIL:API_KEY'
{
"database_id": "96ad0856-03b1-4ee7-9666-e81abd0349e1",
"cluster_id": "dea1f974",
"database_name": "MyRedis",
"database_type": "Pay as You Go",
"region": "eu-central-1",
"port": 30143,
"creation_time": 1658909671,
"state": "active",
"password": "49665a1710f3434d8be008aab50f38d2",
"user_email": "example@upstash.com",
"endpoint": "eu2-sought-mollusk-30143.upstash.io",
"tls": true,
}