Domain name for API request: cvm.tencentcloudapi.com.
This API is used to change the model of an instance.
CLOUD_BASIC
, CLOUD_PREMIUM
, or CLOUD_SSD
.A maximum of 10 requests can be initiated per second for this API.
Note: This API supports Finance regions. If the common parameter Region is a Finance region, a domain name with the Finance region needs to be specified, for example: cvm.ap-shanghai-fsi.tencentcloudapi.com
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ResetInstancesType. |
Version | Yes | String | Common parameter. The value used for this API: 2017-03-12. |
Region | Yes | String | Common parameter. For more information, please see the list of regions supported by the product. |
InstanceIds.N | Yes | Array of String | Instance ID(s). To obtain the instance IDs, you can call the DescribeInstances API and find the value InstanceId in the response. The maximum number of instances in each request is 1. |
InstanceType | Yes | String | Instance model. Different resource specifications are specified for different models. For specific values, call DescribeInstanceTypeConfigs to get the latest specification list or refer to Instance Types. |
ForceStop | No | Boolean | Forced shutdown of a running instances. We recommend you firstly try to shut down a running instance manually. Valid values: Default value: FALSE. A forced shutdown is similar to switching off the power of a physical computer. It may cause data loss or file system corruption. Be sure to only force a CVM to shut off if the normal shutdown fails. |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
This example shows you how to adjust the configuration of an instance that fails to meet your business needs.
GET https://cvm.tencentcloudapi.com/?Action=ResetInstancesType
&InstanceIds.0=ins-r8hr2upy
&InstanceType=S5.16XLARGE256
&<Common request parameters>
{
"Response": {
"RequestId": "d39d6c09-44e9-4e80-8661-77b5ff3cbc15"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
FailedOperation.PromotionalPerioRestriction | The configuration or billing mode of the CVM instances purchased during the promotion period cannot be modified. |
InternalError.TradeUnknownError | Internal error. |
InternalServerError | Internal error. |
InvalidAccount.InsufficientBalance | Insufficient account balance. |
InvalidAccount.UnpaidOrder | The account has unpaid orders. |
InvalidInstance.NotSupported | This instance is not supported. |
InvalidInstanceId.Malformed | Invalid instance ID . The specified instance ID has an invalid format. For example, ins-1122 has an invalid ID length. |
InvalidInstanceId.NotFound | No instance found. |
InvalidParameter | A parameter error occurred. |
InvalidParameterValue | Incorrect parameter value. |
InvalidParameterValue.LimitExceeded | The number of parameter values exceeds the limit. |
InvalidPermission | This operation is not supported for the account. |
MissingParameter | Missing parameter. |
OperationDenied.InstanceOperationInProgress | The instance has an operation in progress. Please try again later. |
ResourceInsufficient.SpecifiedInstanceType | The specified instance type is insufficient. |
ResourcesSoldOut.AvailableZone | Resources in this availability zone has been sold out. |
ResourcesSoldOut.SpecifiedInstanceType | The specified instance type is sold out. |
UnauthorizedOperation.MFAExpired | Unauthorized operation. Make sure Multi-Factor Authentication (MFA) is valid. |
UnauthorizedOperation.MFANotFound | Unauthorized operation. Make sure Multi-Factor Authentication (MFA) exists. |
UnsupportedOperation.InstanceStateRebooting | The instances are being restarted, and this operation is not supported. |
UnsupportedOperation.InstanceStateRunning | Running instances do not support this operation. |
UnsupportedOperation.InstanceStateShutdown | Isolated instances do not support this operation. |
UnsupportedOperation.InstanceStateStopping | The instance is being shut down, and this operation is not supported. |
UnsupportedOperation.SpecialInstanceType | This special instance type does not support the operation. |
UnsupportedOperation.StoppedModeStopCharging | The instance does not support the no charges when shut down feature. |
Was this page helpful?