Updates the properties of a service instance. This operation applies only to fencing service instances.
Operation description
Before you call this operation, make sure that you understand the billing methods and pricing of Elastic Algorithm Service (EAS).
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eas:UpdateServiceInstance |
update |
*Service
|
None | None |
Request syntax
PUT /api/v2/services/{ClusterId}/{ServiceName}/instances/{InstanceName} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ClusterId |
string |
Yes |
The region of the service. |
cn-shanghai |
| ServiceName |
string |
Yes |
The name of the service. For more information, see ListServices. |
foo |
| InstanceName |
string |
Yes |
The name of the service instance. For more information, see ListServiceInstances. |
foo-69xxxx4f4-5w9r9 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| Hibernate |
boolean |
No |
Note
This parameter is for an invitational preview. It is not generally available. |
0 |
| Isolate |
boolean |
No |
Specifies whether to isolate the instance. Valid values:
|
true |
| Detach |
boolean |
No |
Specifies whether to fence the service instance. After an instance is fenced, it is no longer managed by the VPC controller and a new instance is created. The fenced instance is reserved for troubleshooting or debugging. Note: You cannot unfence an instance. Valid values:
|
true |
| IsReplica |
boolean |
No |
Specifies whether the instance is a replica. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The request ID. |
40325405-579C-4D82**** |
| Message |
string |
A message that indicates a successful operation. |
instance xxxx isolation updated to true。 |
Examples
Success response
JSON format
{
"RequestId": "40325405-579C-4D82****",
"Message": "instance xxxx isolation updated to true。"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.