Reputation: 859
When I tried ibmcloud target --cf to deploy my app on my IBMcloud account .. I got No organisation found error...
I even tried to create a new organization but got failed.
https://i.sstatic.net/hxQ5E.jpg
After some debugging I got to know I have created my IBM cloud account in eu region(We have to select a location at the time of account creation) and I tried to deploy my app/creating the organization in us-south region that's why it was throwing error.
After that i changed my region in ibm console by ibmcloud api https://api.eu-gb.bluemix.net
and login again.
and app gets deployed successfully.
I searched on google but havent got anything about how to change your default user account region.
I go through the link but seems like it will change my api endpoint to a specific region not my account's default region. Changing Bluemix Account Default region?
Upvotes: 1
Views: 3028
Reputation: 36
ibmcloud target -r REGION_NAME
ibmcloud target -r us-south
Upvotes: 2