Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > dd7204292d310452063d09b5de9c13b7 > files > 577

aws-cli-docs-1.16.163-1.mga7.noarch.rpm

**To delete a LAG**

The following example deletes the specified LAG.

Command::

  aws directconnect delete-lag --lag-id dxlag-ffrhowd9

Output::

  {
    "awsDevice": "EqDC2-4h6ce2r1bes6", 
    "numberOfConnections": 0, 
    "lagState": "deleted", 
    "ownerAccount": "123456789012", 
    "lagName": "TestLAG", 
    "connections": [], 
    "lagId": "dxlag-ffrhowd9", 
    "minimumLinks": 0, 
    "connectionsBandwidth": "1Gbps", 
    "region": "us-east-1", 
    "location": "EqDC2"
  }