All Products
Search
Document Center

Elastic Compute Service:DetachNetworkInterface

Last Updated:Apr 11, 2024

Detach an elastic network interface (ENI) from an Elastic Compute Service (ECS) instance.

Operation description

Take note of the following items:

  • You cannot detach the primary ENI of an instance.

  • Make sure that the ENI to be detached is in the Detaching (Unbinding) or InUse (Bound) state.

  • Make sure that the instance from which you want to detach an ENI is in the Running (Running) or Stopped (Stopped) state.

  • The DetachNetworkInterface operation is an asynchronous operation. After this operation is called to detach an ENI, you can check the status or events of the ENI to determine whether the ENI is detached. The following figure shows the transitions between the states of the ENI.

    • If the ENI is in the Detaching state, the ENI detachment request is sent and the ENI is being detached from the associated instance.
    • If the ENI is in the Available state, the ENI is detached from the associated instance.
    • If the ENI is stuck in the Detaching state, the ENI may fail to be detached from the associated instance due to specific reasons. For example, the ENI may fail to be detached because the operating system of the instance did not respond to the ENI detachment request. If this issue occurs, you can re-initiate the request to detach the ENI. If the issue persists, restart the instance.

For information about examples on how to call the DetachNetworkInterface operation, see Detach an ENI from an ECS instance.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The ID of the ENI.

cn-hangzhou
NetworkInterfaceIdstringYes

The ID of the instance

eni-bp67acfmxazb4p****
InstanceIdstringYes

The ID of the trunk ENI.

Note This parameter is unavailable for use.
i-bp67acfmxazb4p****
TrunkNetworkInstanceIdstringNo

The ID of the request.

eni-f8zapqwj1v1j4ia3****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E

Examples

Sample success responses

JSONformat

{
  "RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameter%sA parameter is not specified.
400UnsupportedParameter%sThe parameter is not supported.
400InvalidParameter%sThe specified parameter is invalid.
400InvalidInstanceID.Malformed%sThe specified InstanceId parameter is invalid.
400InvalidOperation.InvalidRegion%sThe specified RegionId parameter is invalid.
400InvalidOperation.InvalidEcsState%s-
400InvalidOperation.InvalidEniState%s-
400InvalidOperation.DetachPrimaryEniNotAllowed%s-
400Forbidden.RegionId%sThe service is unavailable in the current region.
400InvalidParams.EniId%sThe specified EniId parameter is invalid.
400InvalidParameter.EniNotBelongEcs%s-
400InvalidOperation.EniHotPlugNotSupportedThe ENI with high-performance traffic mode cannot be hot-plugged. Please stop the ECS instance to which the ENI is attached, and try again.An ENI with high-performance communication mode enabled does not support hot unplugging. Stop the ECS instance to which the ENI is mounted and try again.
403InvalidUserType.NotSupported%sYour account does not support this operation.
403Abs.InvalidAccount.NotFound%sYour Alibaba Cloud account does not exist or your AccessKey pair has expired.
403Forbidden.NotSupportRAM%sRAM users are not authorized to perform this operation.
403Forbidden.SubUser%sYou are not authorized to manage this resource. Contact the owner of the Alibaba Cloud account for authorization.
403MaxEniCountExceeded%sThe maximum number of ENIs that can be managed has been reached.
403EniPerInstanceLimitExceeded%sThe maximum number of ENIs that can be attached to the specified instance has been reached.
403InvalidOperation.AvailabilityZoneMismatch%sThe operation is invalid.
403InvalidOperation.VpcMismatch%sThe operation is invalid. Check whether the VPC in the operation corresponds to other parameters.
403SecurityGroupInstanceLimitExceed%s-
403InvalidSecurityGroupId.NotVpc%sThe specified SecurityGroupId parameter is invalid and the network type of the security group is not VPC.
403InvalidOperation.InvalidEniType%s-
403InvalidOperation.EniServiceManaged%sThe operation is invalid.
403InvalidOperation.EniLinked%sThe operation is invalid because the current ENI of the instance is associated with other ENIs. You must disassociate the ENI from the other ENIs before you can unbind the ENI from the instance.
403InvalidInstanceId.NotFound%sThe specified instance does not exist. Check whether the InstanceId parameter is valid.
403InvalidOperation.HotPlugNotSupport%sThe operation is not supported while the specified resource is running. For more information, see the return value of the %s placeholder in the error message.
403InvalidOperation.InvalidTrunkEniStatus%s-
403InvalidOperation.TrunkingIsNotAllowed%s-
403InvalidOperation.InstanceTypeNotSupportEniTrunking%s-
403InvalidParameter.EniNotBelongTrunk%sThe specified ENI is not in trunk mode. For more information, see the return value of the %s placeholder in the error message.
403InvalidOperation.EniTypeNotSupportTrunking%sThe type of the ENI does not support operations related to the trunk mode. For more information, see the return value of the %s placeholder in the error message.
403InvalidOperation.HasMemberEniAttached%sOther ENIs are attached to the ENI that works in trunk mode. For more information, see the return value of the %s placeholder in the error message.
404InvalidEcsId.NotFound%sThe specified instance ID does not exist.
404InvalidEniId.NotFound%sThe specified ENI ID does not exist.
404InvalidVSwitchId.NotFound%sThe specified vSwitch does not exist.
404InvalidSecurityGroupId.NotFound%sThe specified security group ID does not exist.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-11-15The Error code has changedsee changesets
Change itemChange content
Error CodesThe Error code has changed.
    Error Codes 400 change
    delete Error Codes: 403
    delete Error Codes: 404