Change Database Plan
This endpoint changes the plan of a Redis database.
1 min read
post/redis/{id}/change-plan
Request example
Response
post/redis/{id}/change-plan
Authorization
Path parameters
The ID of the database whose plan will be changed
Body
application/jsonID of the database
The new plan for the database
Options:
freepaygfixed_250mbfixed_1gbfixed_5gbfixed_10gbfixed_50gbfixed_100gbfixed_500gbWhether to enable automatic upgrade for the database
Whether to enable the production pack for the database
Responses
application/json
200
Plan changed successfully