Update Linode interface settings

Beta Updates Network Helper and default route settings on the Linode.

linode-cli linodes interface-settings-update $linodeId \
  --network_helper true \
  --default_route.ipv4_interface_id 4527 \
  --default_route.ipv6_interface_id 4541 \
  --default_route.ipv4_eligible_interface_ids 4527 \
  --default_route.ipv4_eligible_interface_ids 4541 \
  --default_route.ipv6_eligible_interface_ids 4527 \
  --default_route.ipv6_eligible_interface_ids 4541

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linode-cli linodes interface-settings-update $linodeId \
  --network_helper true

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linode-cli linodes interface-settings-update $linodeId \
  --network_helper true \
  --default_route.ipv4_interface_id 5527 \
  --default_route.ipv4_eligible_interface_ids 5527 \
  --default_route.ipv4_eligible_interface_ids 5541

<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
linodes:read_write

<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
Language
Credentials
Click Try It! to start a request and see the response here!