Rolls back an upgraded service instance to its previous version.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
computenestsupplier:RollbackServiceInstance |
update |
*ServiceInstance
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The region ID. |
cn-hangzhou |
| ServiceInstanceId |
string |
No |
The service instance ID. Call ListServiceInstances to obtain the service instance ID. |
si-3a8f9a75da074f52b969 |
| ClientToken |
string |
No |
The client token that is used to ensure the idempotence of the request. Generate a unique value on your client for each request. The ClientToken can contain only ASCII characters and must be no more than 64 characters in length. |
10CM943JP0EN9D51H |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Status |
string |
The deployment status of the service instance. Valid values:
|
UpgradeRollbacking |
| RequestId |
string |
The request ID. |
EE9EF87D-46F8-5AF6-9A65-6B034E204136 |
| ServiceInstanceId |
string |
The service instance ID. |
si-5289e1d6d0c14397881d |
Examples
Success response
JSON format
{
"Status": "UpgradeRollbacking",
"RequestId": "EE9EF87D-46F8-5AF6-9A65-6B034E204136",
"ServiceInstanceId": "si-5289e1d6d0c14397881d"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.