put https://api.linode.com//linode/instances//interfaces/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>