removeSupportedBootMode


SoftLayer_Virtual_Guest_Block_Device_Template_Group::removeSupportedBootMode

Description

This method allows you to remove a supported boot mode attribute for a given image template.

Parameters

Name Type Description
bootMode string Boot mode type to add to SUPPORTED_BOOT_MODE.

Required Headers

Optional Headers

  • None

Return Values

  • boolean
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest_Block_Device_Template_Group/{SoftLayer_Virtual_Guest_Block_Device_Template_GroupID}/removeSupportedBootMode'