Not able to "syncRemovedPdbs" using emcli
According to doco you can remove dropped PDB targets from EM 13.5 using the emcli command below:
emcli sync_pdb -cdb_target_name="<target_name>" -target_type="oracle_database"
-syncRemovedPdbs
However when I run "emcli help sync_pdb", the syncRemovedPdbs option does not exist.
We are using ORDS API to allow devops system to create and drop PDB clones and there are too many dropped PDBs to remove them manually. Also I do not want to continually drop and rediscover the database as I will lose statistics related to existing PDBs.
I have synced the emcli client so I have access to all the commands (seemingly). Am I missing something or is the doco wrong?