File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -5028,6 +5028,23 @@ paths:
5028
5028
5029
5029
A cross data center migration will initiate a `linode_migrate_datacenter_create` event.
5030
5030
example: us-east
5031
+ upgrade:
5032
+ type: boolean
5033
+ description: >
5034
+ When initiating a cross DC migration, setting this value to
5035
+ true will also ensure that the Linode is upgraded to the latest
5036
+ generation of hardware that corresponds to your Linode's Type, if
5037
+ any free upgrades are available for it.
5038
+
5039
+ If no free upgrades are available, and this value is set to true,
5040
+ then the endpoint will return a 400 error code and the migration
5041
+ will not be performed.
5042
+
5043
+ If the data center set in the `region` field does not allow upgrades,
5044
+ then the endpoint will return a 400 error code and the migration
5045
+ will not be performed.
5046
+ example: false
5047
+ default: false
5031
5048
responses:
5032
5049
'200':
5033
5050
description: Scheduled migration started
You can’t perform that action at this time.
0 commit comments