Upgrades an instance group. Currently, this operation allows you to only increase the number of instances in an instance group.
Operation description
Currently, this operation allows you to only increase the size of an instance group.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
InstanceGroupId | string | No | The ID of the instance group. | ag-asguicdjh**** |
IncreaseNumberOfInstance | integer | No | The number of instances that you want to increase. | 10 |
AutoPay | boolean | No | Specifies whether to enable the auto-payment feature. Valid values:
| true |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "310A783E-CC46-5452-A8A3-71AE5DB59****",
"OrderId": "223684716098****",
"InstanceIds": "['acp-3vzqq4y3f31f3z3df']"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-07-24 | The response structure of the API has changed | View Change Details |