-1

I am trying to create new VSI in Softlayer with monthly billing using knife softlayer plugin, there is tag for that:

--billing-monthly

but seems its now working. Also I tried as:

  • '--billing-monthly'
  • '--billing-monthly true'
  • '--billing-monthly=true'

but nothting are working, it always creates hourly billed VSI

1 Answers1

0

There is an issue reported about that:

I recommend to use a programming language or another way to order servers.

To see available programming languages suported by SoftLayer:

JIC: Here an example using Ruby Client, you need to set hourly flag as false:

Community
  • 1
  • 1