Remove from blacklistAsk AIpost https://api.cast.ai/v1/inventory/blacklist/removeWhitelists a specific instance family or typeBody ParamsDefines request object to remove autoscaler inventory's blacklisted items.organizationIdstring | nullOrganization id for which the instance type or family is blacklisted.clusterIdstring | nullCluster id, that will only be set if instance type or family is blacklisted for specific cluster.instanceFamilystring | nullOrganization id for which the instance type or family is blacklisted. Instance type family name, such as: 'c2d'. Either this or instance type must be set.instanceTypestring | nullInstance type name, such as: 'c2d-highmem-32'. Either this or instance family must be set.lifecyclestringenumDefaults to allDefines inventory blacklist instance type lifecycles. all: All instance type lifecycles. spot: Spot instance type lifecycle. on_demand: On-demand instance type lifecycle. allspoton_demandAllowed:allspoton_demandResponse 200A successful response.Updated 7 months ago