We provide a Python SDK to programmatically access NVIDIA CCluster backend APIs to manage your deployments. Following is a sample code to list all the inference deployments under your account.
import centml
from centml.sdk.api import get_centml_client
from centml.sdk import DeploymentType

with get_centml_client() as cclient:
    deployments = cclient.get(DeploymentType.INFERENCE_V2)
    print(deployments)
For more examples, please refer to https://github.com/CentML/centml-python-client/blob/main/examples/sdk/

What’s Next

Managing Vault Objects

Learn how to generate and store CentML tokens and other vault objects.

Clients

Learn how to interact with the NVIDIA CCluster programmatically

Resources and Pricing

Learn more about CentML Pricing

Get Support

Submit a Support Request

Quickstart

Get started with the NVIDIA CCluster in minutes.

The Model Integration Lifecycle

Dive into how CentML can help optimzie your Model Integration Lifecycle (MILC).