ModifySupabaseProjectResource
Scales the compute resource or expands the storage resource (cloud disk size) for a Supabase project.
Operation description
Before calling this operation, ensure you understand the billing methods and pricing for AnalyticDB PostgreSQL Supabase.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. You can call the DescribeRegions operation to query available region IDs. |
cn-hangzhou |
| ProjectId |
string |
Yes |
The Supabase project ID. |
sbp-tyarplz**** |
| ProjectSpec |
string |
No |
The new project specifications. |
2C4G |
| StorageSize |
integer |
No |
The storage size, in GB. |
100 |
| ModifyType |
string |
Yes |
The modification type. |
UPGRADE,DOWNGRADE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The returned data. |
||
| RequestId |
string |
The request ID. |
ABB39CC3-4488-4857-905D-2E4A051D0521 |
| ProjectId |
string |
The Supabase project ID. |
sbp-tyarplz**** |
| OrderId |
string |
The order ID. |
********* |
Examples
Success response
JSON format
{
"RequestId": "ABB39CC3-4488-4857-905D-2E4A051D0521",
"ProjectId": "sbp-tyarplz****",
"OrderId": "*********"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.