final Cluster cluster4 = clusterClient.deleteCluster(cluster1.getId());
LOG.info("Deleted cluster config with id: " + cluster1.getId());
LOG.info(cluster4.toString());
LOG.info("Deleting command config using id");
final Command command5 = commandClient.deleteCommand(command1.getId());
LOG.info("Deleted command config with id: " + command1.getId());
LOG.info(command5.toString());
LOG.info("Deleting commands in newCmd");
for (final Command cmd : newCmds) {