6

In IBM Bluemix you can create and be the member of multiple Organisations. How can I remove redundant organisations?

Kolban
  • 13,794
  • 3
  • 38
  • 60
Derek Munneke
  • 157
  • 2
  • 6

4 Answers4

5

Deleting an existing organization is not possible at this time. This is limited to Bluemix Public. If you are a Bluemix Dedicated (or) Local user, you can delete existing organizations.

Please see : https://www.ng.bluemix.net/docs/admin/index.html#orgsandspaces

vmovva
  • 681
  • 3
  • 19
0

I think org delete must be manually done by bluemix support team. So open a ticket to get it done.

At this doc page https://console.ng.bluemix.net/docs/admin/adminpublic.html#orgmng

It says:

Deleting an existing organization

Contact Bluemix registration and ID support to delete your organization.

Note: Deleting operations cannot be reversed. You lose all your applications and services that are associated with the organization.

Leandro David
  • 577
  • 6
  • 20
  • Unfortunately after over 3 months of toing and froing with IBM Support, the conclusion was it is not possible; > 07/06/2016 10:52:50 Client Follow Up [IBM] Emilia Amato Hello Derek, yes, it seems that the documentation has not been updated with the new behaviour but currently organizations can not be deleted. We will update the doc. Apologies for any inconvenience. Thank you. Best regards, Emilia Bluemix Suppor – Derek Munneke May 04 '17 at 09:37
0

You are able to delete organizations using the BX plug-in, also on Bluemix Public. Download and install the CF and BX plug-in using the link below https://new-console.ng.bluemix.net/docs/cli/index.html#cli

Then use these commands below in the command line:

bx login
bx iam org-delete ORG_NAME [-f --all]

Bram
  • 101
  • 1
  • 6
  • Thank you @Bram , I have run that command - I still see the Orgs in the web console, but will see if that settles after a few days :) – Derek Munneke May 09 '17 at 17:00
  • @DerekMunneke when i reloaded the web interface 5 minutes later the orgs were removed (i might have logged out and back in). Hope it works for you. – Bram May 09 '17 at 20:42
0

IBM Bluemix evolved over time from a Cloud Foundry public cloud offering over having Local and Dedicated editions to what is IBM Cloud today. There is Cloud Foundry and Cloud Foundry Enterprise Edition (CFEE). CFEE gives users access to the full administrator access and hence more options.

Thus, the answer depends on the context:

There is still a Bluemix Admin plugin for Bluemix Local and Bluemix Dedicated (Cloud Foundry for those environments) that allows to delete organizations. However, it does not work on IBM Cloud with Cloud Foundry.

data_henrik
  • 16,724
  • 2
  • 28
  • 49