Update a configuration profile

Updates a configuration profile.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: update_linode_config_profile
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: linodes:read_write

CLI

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

Learn more

Language
Credentials