I am trying to disable/enable a service using SoftLayer command line API on Python
The command
slcli lb service-edit local:690561 --enabled
gives following error.
SoftLayerAPIError(SOAP-ENV:Server): Internal Error
whereas
slcli lb service-toggle local:690561
works as expected.
I need a way to turn on and off service (not toggle).
It appears there is not enough documentation for service-edit available.