Modifies the specifications for a project in a subscription instance.
This API has been deprecated. We recommend migrating to foasconsole(2021-10-28) - ModifyNamespaceSpec for enhanced functionality and continued support. While the deprecated API remains temporarily accessible, no further updates or bug fixes will be provided.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
stream:ModifyVvpPrepayNamespaceSpec |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| Region |
string |
Yes |
The region. |
cn-shenzhen |
| InstanceId |
string |
Yes |
The ID of the subscription instance. |
f-cn-wwo36qj4g06 |
| Namespace |
string |
Yes |
The project name. |
di-593440219799842 |
| ResourceSpec |
object |
Yes |
The resource details of the project. |
|
| Cpu |
integer |
Yes |
The number of CPUs. |
1 |
| MemoryGB |
integer |
Yes |
The memory size in GB. Note
The memory size must be four times the number of CPUs. |
4 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
67F33190-946B-1105-B6A1-E2DF0426DD51 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "67F33190-946B-1105-B6A1-E2DF0426DD51",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.