1
votes

I'm trying to create any new service in Bluemix but I'm always getting the message: 'You have exceeded your organization's services limit'. However, on Services & API tile I have: '6/10 Used' so it seems that's not the problem. If I remove any service I can create a new one. But as soon as I get 6/10 used, I cannot create new ones. What am I doing wrong?

1
could you paste " cf org <your_org_name> ? " - Crescenzo Migliaccio
I was trying to create them from Bluemix web. But I tried with CF cli. It asked me to login, so I used cf login, then it asked me for an API endpoint, what does it mean? - RubenJMarrufo
cf api api.ng.bluemix.net if you are in US-SOUTH region --- cf api api.eu-gb.bluemix.net if you are in UK region - Crescenzo Migliaccio
domains: mybluemix.net quota: q2GB (2048M memory limit, 2048M instance memory limit, 500 routes, 10 services, paid services allowed, unlimited app instance limit) - RubenJMarrufo
Are you the only member in your organization? Do you have more than one space? - vmovva

1 Answers

1
votes

I have also got similar issue, to view my services I did change my workspace Region as "US South" then it shows all my services. Hope it helps.