Skip to Main Content
IBM Cloud - Structured Ideas


This portal is to open public enhancement requests against IBM Cloud and its products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

IBM Cloud Support Center (https://cloud.ibm.com/unifiedsupport/cases/form) – Use this site for any IBM Cloud defect or support need.

Stack Overflow (https://stackoverflow.com/questions/tagged/ibm-cloud) – Use this site for IBM Cloud technical Q&A using the tag "ibm-cloud".

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Categories CLI
Created by Guest
Created on Jul 15, 2022

Add filter to "ibmcloud account list" to ignore "CANCELED" accounts by default

My individual user ID / IBMid is member of a large number of IBM Cloud accounts for good reasons. Some of the IBM Cloud accounts got deleted (SUSPENDED>CANCEL_PENDING>CANCELED) but are still shown in Web UI and CLI (ibmcloud account list). This makes is really difficult to deal with the other (active) accounts.

I would propose to filter out any "DELETED" accounts from CLI's "ibmcloud account list" view by default (a.k.a. hide those by default) and to add an option "--show-deleted-accounts" or similar to get a full list.

I would also ask to filter out those "DELETED" accounts from the "Select an account:" prompt after "ibmcloud login" when no "-c" option was specified.

Idea priority Medium
Needed By Yesterday (Let's go already!)
  • Guest
    Reply
    |
    Aug 17, 2022

    The idea turned in "Needs more information" now, but I didn't got any hint about which kind of "more information" is needed. So let me just provide you "more details" without knowing "the question you have" :-).

    As of today I'm member of 25 IBM Cloud account and the breakdown looks like:

    $ ibmcloud account list | grep -E "ACTIVE|SUSPENDED|CANCEL_PENDING|CANCELED" | cut -c 1-32,85-100 | awk '{print $2}' | sort | uniq -c

    12 ACTIVE

    6 CANCELED

    7 CANCEL_PENDING

    My proposal was, that only ACTIVE (12) accounts are shown via "ibmcloud account show" (filtering out SUSPENDED|CANCEL_PENDING|CANCELED) and, if a additional command line option e.g. "--show-deleted-accounts" is used, the "ibmcloud account show --show-deleted-accounts" command lists all the (25) accounts.

    $ ibmcloud account list | grep -E "SUSPENDED|CANCEL_PENDING|CANCELED" | cut -c 1-16,85-100 | awk '{print $1 "***hidden*** " $2}' | sort

    135422594ccfbd61***hidden*** CANCELED

    16cb5af518960ebf***hidden*** CANCEL_PENDING

    1f66dbd6d563bb07***hidden*** CANCELED

    26b06a6aeb33c605***hidden*** CANCEL_PENDING

    3af5d5d572b76adc***hidden*** CANCEL_PENDING

    3e1dd72a647f4ec0***hidden*** CANCEL_PENDING

    7091ab9e29cf4d49***hidden*** CANCEL_PENDING

    825af3fc5fc2287d***hidden*** CANCELED

    8856d63916354cb8***hidden*** CANCELED

    bdbf73fe9aa4429a***hidden*** CANCELED

    c7953cb0cdb443ce***hidden*** CANCEL_PENDING

    cdd36becf36e4866***hidden*** CANCEL_PENDING

    d6abf1c098c3d305***hidden*** CANCELED



    Michael