cuopt-server-api-python

Installation
SKILL.md

cuOpt Server — Deploy and client (Python/curl)

This skill covers starting the server and client examples (curl, Python). Server has no separate C API (clients can be any language).

Start server

# Development
python -m cuopt_server.cuopt_service --ip 0.0.0.0 --port 8000

# Docker
docker run --gpus all -d -p 8000:8000 -e CUOPT_SERVER_PORT=8000 \
  nvidia/cuopt:latest-cuda12.9-py3.13

Verify

Installs
212
Repository
nvidia/skills
GitHub Stars
1.0K
First Seen
May 15, 2026
cuopt-server-api-python — nvidia/skills