Server#

The NVIDIA cuOpt self-hosted server is a REST (HTTP/JSON) service for integrations that speak HTTP. Use Quickstart Guide for deployment, Server API for the API, and Client API Overview for clients (including cuopt-sh-client).

For gRPC remote execution (Python, C API, cuopt_cli, or custom clients to cuopt_grpc_server), see gRPC remote execution — it uses a different protocol and is not part of the HTTP REST surface.

../_images/cuOpt-self-hosted.png

Please refer to the following sections for REST deployment, API reference, and examples.

Quickstart