Redis
Change Database Plan
This endpoint changes the plan of a Redis database.
POST
URL Parameters
The ID of the database whose plan will be changed.
Request Parameters
The new plan for the database.
Available options: payg
, fixed_250mb
, fixed_1gb
, fixed_5gb
, fixed_10gb
, fixed_50gb
, fixed_100gb
, fixed_500gb
(Optional) Whether to enable automatic upgrade for the database.
(Optional) Whether to enable the production pack for the database.
Note: If you do not want to change
auto_upgrade
orprod_pack_enabled
, simply omit those fields from the request payload.