migrateDedicatedHost


SoftLayer_Virtual_Guest::migrateDedicatedHost

Migrate a dedicated instance from one dedicated host to another dedicated host

Description

Create a transaction to migrate an instance from one dedicated host to another dedicated host

Parameters

Name Type Description
destinationHostId int Id for destination dedicated host for VSI migration

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [int]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/{SoftLayer_Virtual_GuestID}/migrateDedicatedHost'