Update a configuration profile

Updates a configuration profile.

linode-cli linodes config-update 123 23456 \
  --kernel "linode/latest-64bit" \
  --comments "This is my main Config" \
  --memory_limit 2048 \
  --run_level default \
  --virt_mode paravirt \
  --helpers.updatedb_disabled true \
  --helpers.distro true \
  --helpers.modules_dep true \
  --helpers.network true \
  --helpers.devtmpfs_automount false \
  --label "My Config" \
  --devices.sda.disk_id 123456 \
  --devices.sdb.disk_id 123457

<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!