NGC Deprecated API Reference#
This page lists NGC API paths that have been deprecated. For each deprecation, the affected paths and their replacements are provided. NVIDIA recommends updating your integrations before each end-of-life date to allow time for testing.
For questions about a specific endpoint, contact contact-ngc-services@nvidia.com.
Team-Scoped Product APIs (Deprecated September 30, 2026)#
On September 30, 2026, NVIDIA will discontinue support for several team-scoped NGC API paths. These paths contain a /teams/{team} segment that scopes resources to a team rather than the organization.
Note: Products other than NVIDIA Private Registry and NVIDIA Data Services do not support team-level resource scoping. These products will no longer support team-scoped API paths.
To update your integration, remove the /teams/{team} segment from each affected URL. The rest of the path remains unchanged.
For example, update the following path:
/v2/orgs/{org}/teams/{team}/nvcf/functions/**
Use the following organization-scoped path instead:
/v2/orgs/{org}/nvcf/functions/**
Affected API Endpoints#
The following table lists the team-scoped API paths that are being deprecated and the organization-scoped paths to use instead.
| HTTP Method | Deprecated Path | Replacement Path | Description |
|---|---|---|---|
| All | /v2/orgs/{org}/teams/{team}/nvcf/metrics/functions/** | /v2/orgs/{org}/nvcf/metrics/functions/** | Access metrics for NVCF functions at organization scope. |
| All | /v3/ngc/nvcf/orgs/{org}/teams/{team}/keys/** | /v3/ngc/nvcf/orgs/{org}/keys/** | Manage NVCF keys at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/ngc/nvcf/deployments/** | /v2/orgs/{org}/ngc/nvcf/deployments/** | Manage NVCF deployment records at organization scope. |
| All | /v3/orgs/{org}/teams/{team}/ngc/nvcf/deployments/** | /v3/orgs/{org}/ngc/nvcf/deployments/** | Manage NVCF deployment records through the v3 organization-scoped path. |
| All | /v2/orgs/{org}/teams/{team}/ngc/nvcf/quota/request | /v2/orgs/{org}/ngc/nvcf/quota/request | Request NVCF quota at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/ngc/nvcf/gpu/quota/rules | /v2/orgs/{org}/ngc/nvcf/gpu/quota/rules | Access NVCF GPU quota rules at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/deployments/functions/{functionId}/versions/{functionVersionId} | /v2/orgs/{org}/nvcf/deployments/functions/{functionId}/versions/{functionVersionId} | Manage deployment state for a specific NVCF function version. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/deployments/{deploymentId}/gpu-specifications/{specId} | /v2/orgs/{org}/nvcf/deployments/{deploymentId}/gpu-specifications/{specId} | Edit GPU specifications for an NVCF deployment. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/functions/** | /v2/orgs/{org}/nvcf/functions/** | Manage NVCF functions at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/deployments/** | /v2/orgs/{org}/nvcf/deployments/** | Manage NVCF deployments at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/secrets/functions/** | /v2/orgs/{org}/nvcf/secrets/functions/** | Manage secrets associated with NVCF functions. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/metadata/functions/** | /v2/orgs/{org}/nvcf/metadata/functions/** | Manage metadata for NVCF functions. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/ratelimit/functions/** | /v2/orgs/{org}/nvcf/ratelimit/functions/** | Manage rate limits for NVCF functions. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/authorizations/functions/** | /v2/orgs/{org}/nvcf/authorizations/functions/** | Manage authorization settings for NVCF functions. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/supportedGpus | /v2/orgs/{org}/nvcf/supportedGpus | List GPUs supported by NVCF. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/clusterGroups | /v2/orgs/{org}/nvcf/clusterGroups | List or manage NVCF cluster groups. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/telemetries/** | /v2/orgs/{org}/nvcf/telemetries/** | Manage telemetry settings for NVCF. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/secrets/telemetries/** | /v2/orgs/{org}/nvcf/secrets/telemetries/** | Manage telemetry secrets for NVCF. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/secrets | /v2/orgs/{org}/nvcf/secrets | Manage organization-scoped NVCF secrets. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/recognized-registries | /v2/orgs/{org}/nvcf/recognized-registries | List container registries recognized by NVCF. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/registry-credentials/** | /v2/orgs/{org}/nvcf/registry-credentials/** | Manage registry credentials used by NVCF. |
| All | /v2/orgs/{org}/teams/{team}/nvct/tasks | /v2/orgs/{org}/nvct/tasks | Create NVCT tasks at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/nvct/tasks/** | /v2/orgs/{org}/nvct/tasks/** | Manage NVCT tasks at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/nvct/secrets/tasks/** | /v2/orgs/{org}/nvct/secrets/tasks/** | Manage secrets associated with NVCT tasks. |
| All | /v2/orgs/{org}/teams/{team}/fnds/functions/** | /v2/orgs/{org}/fnds/functions/** | Manage FNDS functions at organization scope. |
| All | /v3/orgs/{org}/teams/{team}/fnds/functions/** | /v3/orgs/{org}/fnds/functions/** | Manage FNDS function deployment identifiers at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/reval/validate | /v2/orgs/{org}/nvcf/reval/validate | Validate NVCF revalidation requests. |
| All | /v2/orgs/{org}/teams/{team}/nvct/reval/validate | /v2/orgs/{org}/nvct/reval/validate | Validate NVCT revalidation requests. |
| All | /v2/orgs/{org}/teams/{team}/skyway/*/functions/** | /v2/orgs/{org}/skyway/*/functions/** | Manage Skyway function resources at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/skyway/*/tasks/** | /v2/orgs/{org}/skyway/*/tasks/** | Manage Skyway task resources at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/logs/functions/** | /v2/orgs/{org}/nvcf/logs/functions/** | Access logs for NVCF functions. |
| All | /v2/orgs/{org}/teams/{team}/nvcf/logs/{log-id} | /v2/orgs/{org}/nvcf/logs/{log-id} | Retrieve paginated NVCF log results. |
| All | /v2/orgs/{org}/teams/{team}/nvct/logs/tasks/** | /v2/orgs/{org}/nvct/logs/tasks/** | Access logs for NVCT tasks. |
| All | /v2/orgs/{org}/teams/{team}/nvct/logs/{log-id} | /v2/orgs/{org}/nvct/logs/{log-id} | Retrieve paginated NVCT log results. |
| All | /v2/orgs/{org}/teams/{team}/sis/clusters | /v2/orgs/{org}/sis/clusters | List or create SIS clusters at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/sis/clusters/** | /v2/orgs/{org}/sis/clusters/** | Manage SIS clusters at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/sis/clusterVersions | /v2/orgs/{org}/sis/clusterVersions | List SIS cluster versions. |
| All | /v2/orgs/{org}/teams/{team}/si/** | /v2/orgs/{org}/si/** | Access SI resources at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/pym/** | /v2/orgs/{org}/pym/** | Access PYM resources at organization scope. |
| All | /v2/org/{org}/team/{team}/infinity-manager/** | /v2/org/{org}/infinity-manager/** | Access Infinity Manager resources at organization scope. |
| All | /v1/orgs/{org}/teams/{team}/gdn/** | /v1/orgs/{org}/gdn/** | Access GDN resources at organization scope. |
| All | /v2/orgs/{org}/teams/{team}/gdn/** | /v2/orgs/{org}/gdn/** | Access GDN v2 resources at organization scope. |
| All | /v1/orgs/{org}/teams/{team}/gdncs/** | /v1/orgs/{org}/gdncs/** | Access GDNCS resources at organization scope. |