if (Strings.isNullOrEmpty(hostCookie)) {
throw new IllegalStateException("No container for instance");
}
UUID containerId = UUID.fromString(hostCookie);
host.purgeInstance(containerId);
// TODO: Should we delete entirely? Maybe after a certain amount of
// time? Maybe as part of an accounting sweep?
}