Update a configuration profile interface

Updates a vpc or public purpose Interface for this Configuration Profile.

  • The User accessing this operation must have read_write grants to the Linode.
  • A successful request triggers a linode_config_update event.
  • The Interface purpose cannot be updated with this operation.
  • VPC Subnets cannot be updated on an Interface. A new vpc purpose Interface must be created to assign a different Subnet to a Configuration Profile.
  • Only primary can be updated for public purpose Interfaces.
  • This operation not currently allowed for vlan purpose Interfaces.

linode-cli linodes config-interface-update $linodeId $configId $interfaceId \
  --primary true \
  --ipv4.vpc "10.0.1.2" \
  --ipv4.nat_1_1 "203.0.113.2"

<https://www.linode.com/docs/products/tools/cli/get-started/>
linodes:read_write

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