You need to enable JavaScript to run this app.
导航
RemoveInstances - 从伸缩组手动删除实例
最近更新时间:2025.03.03 14:34:53首次发布时间:2022.05.13 10:42:45
我的收藏
有用
有用
无用
无用

删除伸缩组中的实例,操作说明和注意事项请参见手动删除实例

调试

请求参数

下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数

参数
类型
是否必填
示例值
描述
Action
String

RemoveInstances

要执行的操作,取值:RemoveInstances。

Version
String

2020-01-01

API的版本,取值:2020-01-01。

ScalingGroupId
String

scg-ybmssdnnhn5pkgyd****

伸缩组ID。您可以调用DescribeScalingGroups查询伸缩组ID。

LifecycleHook
Boolean

false

伸缩组删除实例时是否触发缩容生命周期挂钩。取值范围:

  • true:触发。
  • false(默认):不触发。
ForceDelete
Boolean

false

DecreaseDesiredCapacity参数取值false,且删除实例后伸缩组实例数小于最小实例数时,是否仍强制删除实例。取值:

  • false(默认):不强制删除。
  • true:强制删除。
RemoveMode
String

release

手动删除实例的操作模式,取值:

  • release(默认):所选实例直接被释放。
  • recycle:所选实例转变为停机不计费状态。

说明

本参数仅当ScalingMode也为recycle时生效。

具体实例的删除操作,和伸缩组的实例回收模式ScalingMode相关,您可以调用DescribeScalingGroups接口查询伸缩组的实例回收模式。

  • ScalingMode为release,RemoveMode为release:实例被释放。
  • ScalingMode为release,RemoveMode为recycle:实例被释放。
  • ScalingMode为recycle,RemoveMode为release:实例被释放。
  • ScalingMode为recycle,RemoveMode为recycle:实例转变为停机不计费状态。
DecreaseDesiredCapacity
Boolean

true

是否修改期望实例数,仅当所选伸缩组设置了期望实例数时有效。

  • true(默认):完成删除行为后,期望实例数会自动减少期望删除的实例数量。例如,原期望实例数为5个,选择删除2个实例,那么,完成删除行为后,期望实例数变更为3个。
  • false:期望实例数不变,完成删除行为后,再次执行实例数量检查时,伸缩组会自动扩容至期望实例数。
InstanceIds.N
Array of String

i-ybmike5l70l8j1ha****

实例ID列表。您可以调用DescribeScalingInstances查询指定伸缩组中的实例ID。

  • 参数 - N:表示伸缩组的序号,取值1 ~ 20。
  • 多个实例ID之间用&分隔。

返回参数

下表仅列出本接口特有的返回参数。更多信息请参见返回结构

参数
类型
示例值
描述
ScalingActivityId
String

sga-ybn0mwfy1yl8j1f6****

伸缩日志ID。

请求示例

GET /?Action=RemoveInstances&InstanceIds.1=i-ybmike5l70l8j1ha****&ScalingGroupId=scg-ybmssdnnhn5pkgyd****&Version=2020-01-01 HTTP/1.1
Host: open.volcengineapi.com
X-Date: 20240507T112809Z
Authorization: HMAC-SHA256 Credential=Adfks******wekfwe/20240507/cn-beijing/auto_scaling/request, SignedHeaders=host;x-date, Signature=47a7d934ff7b37c03938******cd7b8278a40a1057690c401e92246a0e41085f


返回示例

{
  "ResponseMetadata": {
    "RequestId": "202405071928192410022181941EF6A7",
    "Version": "2020-01-01",
    "Service": "auto_scaling",
    "Region": "cn-beijing"
  },
  "Result": {
    "ScalingActivityId": "sga-ybn0mwfy1yl8j1f6****"
  }
}

错误码

下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。

状态码
错误码
错误信息
说明
400
InvalidInstance.InvalidStatus

The specified Instance [%s] is not in the correct status.

指定实例的状态不支持该操作。

400
InvalidScalingGroup.InvalidStatus

The specified ScalingGroup is not in the correct status.

指定的伸缩组当前状态不支持该操作。

400
MissingParameter.ScalingGroupId

The required parameter ScalingGroupId is not supplied.

伸缩组ID不能为空。

400
InvalidInstanceIds.Malformed

The specified amount of InstanceIds is malformed.

指定的实例ID数量超出限制。

400
InvalidRemoveMode.Malformed

The specified RemoveMode is malformed.

指定的RemoveMode不合法。

400
InvalidInstanceId.RecycleModeMismatch

The specified InstanceId [%s] does not match RecycleMode.

指定的实例不支持停机不计费模式。

400
IncorrectInstanceNumber.MinInstanceNumber

The removed or detached ECS instances make Total InstanceNumber less than MinInstanceNumber.

删除ECS实例使伸缩组实例数小于设置的最小实例数。

400
InvalidOperation.Suspended

The specific operation is rejected by the suspended processes.

指定的操作被伸缩组挂起流程拒绝

404
InvalidInstanceId.NotFound

The specified InstanceId [%s] does not exist.

指定的实例不存在。

404
InvalidScalingInstance.NotFound

The specified Instance [%s] does not exsit.

指定的实例不存在。

412
InvalidScalingGroup.LockFailed

The specified operation is denied as the scaling group lock failed.

锁定伸缩组失败。

429
LimitExceeded.OperateScalingGroupInstances

You've reach the limit on request rate of operating the specified scaling group instances.

频繁变更指定伸缩组实例。

500
InternalError

An internal error has occurred.

内部错误,请重试。如果多次尝试失败,请提交工单。