Search code examples
serviceibm-cloud

unable to create bluemix service on cf cli but able to on UI


Im facing below error when trying on CF cli:

Attention: The plan Shared of service cloudantNoSQLDB is not free. The instance anuCloudDB will incur a cost. Contact your administrator if you think this is in error.

But the same is successfully created on UI without any exceptions. What should i do?


Solution

  • It is an information message. Please take a look at Cloudant on IBM Bluemix Docs. As you can see the plan Shared is free if you are below a certain resource threshold.

    Free for users with:

    • No more than 2 Gigabyte-Months.
    • No more than 10,000 Heavy API Calls.
    • No more than 50,000 Light API Calls.

    Only if you exceed those limits you will pay.