Skip to content

v1.296.0

Compare
Choose a tag to compare
@nmelehan nmelehan released this 12 Jan 20:54
· 240 commits to main since this release
863f3aa

API Updates (v4.170.2):

  • Linode Resize (POST /linode/instances/{linodeId}/resize)

    • Added type property with two values:
      • warm: the Linode remains powered on until the migration is complete.
      • cold: the Linode is powered down and migrated. When the migration is complete, the Linode is powered on.
  • Linode Migrate (POST /linode/instances/{linodeId}/migrate)

    • Added migration_type property with two values:
      • warm: the Linode remains powered on until the migration is complete.
      • cold: the Linode is powered down and migrated. When the migration is complete, the Linode is powered on.