This endpoint changes the plan of a Redis database.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The ID of the database whose plan will be changed
The new plan for the database
free, payg, fixed_250mb, fixed_1gb, fixed_5gb, fixed_10gb, fixed_50gb, fixed_100gb, fixed_500gb "fixed_1gb"
ID of the database
"6gcefvfd-9627-2tz5-4l71-c5679g19d2g4"
Whether to enable automatic upgrade for the database
true
Whether to enable the production pack for the database
false
Plan changed successfully
The response is of type string.
"OK"