ModifySupabaseProjectResource

更新时间:
复制 MD 格式

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.