What problem does it solve? Deploying the NVIDIA VSS video-analytics-api REST service outside the full warehouse blueprint stack requires choosing the right config source, wiring Elasticsearch and optional Kafka, setting up data-log bind mounts, and verifying health — a multi-step process with many failure points. This Skill guides an agent through that standalone deployment end to end. ## Core Features & Use Cases - Standalone deployment workflow: Brings up only the vss-video-analytics-api container via Docker Compose, with config-source selection (image-baked, service-shipped, or custom) and data-log volume setup. - Infrastructure wiring: Connects the API to a required Elasticsearch instance and an optional Kafka broker, including broker-less operation with an empty brokers list. - REST endpoint and troubleshooting references: Documents the full endpoint table (/livez, /config, /alerts, /incidents, /metrics, and more) plus a symptom-to-fix troubleshooting table. - Use Case: An engineer wants to run the video analytics REST API against an existing Elasticsearch cluster without deploying the full warehouse stack — the Skill walks through compose edits, NGC registry login, deploy, and health verification. ## Quick Start Ask the agent to deploy the vss-video-analytics-api REST service standalone using the default service-shipped config with Elasticsearch reachable and Kafka optional.