DetachNetworkInterface#

Description#

The request to detach a network interface from the specified instance.

Important

Отсоединять основной сетевой интерфейс запрещено. Определить, что интерфейс для экземпляра является основным, можно по выводу метода DescribeNetworkInterfaces: атрибут DeviceIndex должен равняться нулю.

Request Parameters#

  • AttachmentId — The ID of the attachment.

    • Type: String

    • Required: Yes

Response Elements#

  • requestId — The request ID

    • Type: String

  • returnTrue is returned if the request succeeds, and an error otherwise

    • Type: Boolean

Examples#

c2-ec2 DetachNetworkInterface AttachmentId eni-attach-12345678