Listing Cloudera AI Inference service instances
You can list the Cloudera AI Inference service instances in your Cloudera tenant with the help of a command.
Use the following command to list Cloudera AI Inference service instances in your
Cloudera tenant, across all
environments:
$ cdp ml list-ml-serving-apps
A Cloudera AI Inference service instance that has been created successfully shall
show the status as
installation:finished
similar to the
following:{
"apps": [
{
"subnetsForLoadBalancer": [],
"appName": "caii",
"appCrn": "crn:cdp:ml:us-west-1:5e797e33-e7bd-4ce8-afa7-9fba65a111c6:mlserving:2492905d-f08c-47bd-8d12-e856fd89a42c",
"environmentCrn": "crn:altus:environments:us-west-1:5e797e33-e7bd-4ce8-afa7-9fba65a111c6:environment:ecs-ufa8hj-1/cca3535e-4659-4817-9d65-e867a21aaf0d",
"environmentName": "ecs-ufa8hj-1",
"namespace": "",
"ownerEmail": "admin@cloudera.com",
"mlServingVersion": "1.4.0-b62",
"isPrivateCluster": false,
"creationDate": "1747127797531",
"cluster": {
"tags": [],
"instanceGroups": [],
"clusterName": "ml-a903cdab-abc",
"domainName": "ml-a903cdab-abc.apps.ecs-ufa8hj-1.vpc.cloudera.com",
"liftieID": "",
"isPublic": false,
"ipAllowlist": "",
"baseDomain": "",
"subnets": "",
"authorizedIpRanges": "",
"authorizedIpRangesAllowList": false,
"clusterCrn": "crn:altus:environments:us-west-1:5e797e33-e7bd-4ce8-afa7-9fba65a111c6:environment:ecs-ufa8hj-1/cca3535e-4659-4817-9d65-e867a21aaf0d"
},
"status": "installation:finished",
"usePublicLoadBalancer": false,
"httpsEnabled": true,
"cloudPlatform": "STANDARD",
"loadBalancerIPWhitelists": "0.0.0.0/0"
}
]
}