126127128129130131132133134135136
@DELETE @Path("start") public void stop() { FabricService fabricService = getFabricService(); Objects.notNull(fabricService, "fabricService"); fabricService.stopContainer(container); } /** * Deletes this container */