How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NVIDIA Run:ai Template API

Templates are a pre-set configuration used to quickly configure and submit workloads using existing assets.

NVIDIA Run:ai Template API is one of 62 APIs that NVIDIA Run:ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Template. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 5 operations across 2 paths, and defines 93 schemas. It is described by OpenAPI 3.2.0, at version latest.

Requests are made against a single base URL, https://app.run.ai.

5 operations 2 paths 93 schemas 1 DELETE2 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
latest
Base URL
https://app.run.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

NVIDIA Run:ai Template API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer authentication

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Template 5

Templates are a pre-set configuration used to quickly configure and submit workloads using existing assets.

GET
/api/v1/asset/workload-templatedeprecated
List templates.
list_templates 9 params → 200401403503
POST
/api/v1/asset/workload-templatedeprecated
Create a template.
create_template body → 202400401403409503
GET
/api/v1/asset/workload-template/{AssetId}deprecated
Get a template.
get_template_by_id 1 param → 200401403404503
PUT
/api/v1/asset/workload-template/{AssetId}deprecated
Update a template.
update_template 1 param body → 202400401403409503
DELETE
/api/v1/asset/workload-template/{AssetId}deprecated
Delete a template.
delete_template_by_id 1 param → 202401403404503

Schemas 93

The contract defines 93 schemas that model the data the API accepts and returns. The most detailed are AssetReadOnlyFields (11 properties), AssetCreationFields (7 properties), Toleration (7 properties), EnvironmentVariableOfAsset (7 properties). Each schema is shown below with its type and property counts.

UpdateCount
integer
the value of an update counter of a data in the system.
Scope
string
The scope in which an asset can be used. The highest scope, system, is intended for internal purposes only.
EnvironmentVariableConfigMap
objectnull
Details of the configMap and key use to populate the environment variable
2 properties
SpecificRunAutoScaling
objectnull
1 property
WorkloadTemplateCreationRequest
object
2 properties 2 required
WorkloadSupportedTypes
objectnull
5 properties
ClusterIdOptional
stringnull
The id of the cluster.
SpecificRunCreationFields
object
The information needed for creating az template - a set of assets and an optional set of specific environment parameters.
2 properties 1 required
PriorityClass
stringnull
Specifies the priority class for the workload, which determines its scheduling behavior. Valid values are: very-low, low, medium-low, medium, medium-high, high…
Label
objectnull
Label details to be populated into the container.
3 properties
DatasourceRef
object
Reference information about a datasource asset.
4 properties 3 required
AssetIdAndKind
object
Asset id and its kind.
3 properties 2 required
Parallelism
integernull
Used with Hyperparameter Optimization. Specifies the maximum number of pods the workload should run at any given time (applicable to standard training only).
NodeSelectorTerm
objectnull
A null or empty node selector term matches no objects. The requirements of them are ANDed.
1 property
ImagePullSecrets
arraynull
A list of references to Kubernetes secrets in the same namespace used for pulling container images.
DistributedFramework
stringnull
The distributed training framework used in the workload.
InitialReplicasField
object
1 property
TolerationEffect
stringnull
The taint effect to match. (mandatory)
Annotation
objectnull
Annotation details to be populated into the container.
3 properties
EnvironmentVariablePodFieldReference
objectnull
Details of the field-reference and key use to populate the environment variable
1 property
Labels
arraynull
Set of labels to populate into the container running the workload.
AllowOverQuota
object
1 property
AssetReadOnlyFields
object
11 properties 6 required
TerminateAfterPreemption
booleannull
Indicates if the job should be terminated by the system after it has been preempted.
Preemptibility
stringnull
Specifies whether the workload can be preempted by higher-priority workloads. Valid values are preemptible and non-preemptible. If explicitly set, this value t…
AssetsRefCompute
objectnull
RunAsUid
integernull
The user id to run the entrypoint of the container which executes the workspace. Default to the value specified in the environment asset runAsUid field (option…
ConcurrencyHardLimitField
object
1 property
MetricThresholdPercentageField
object
1 property
InferencesMaxReplicasField
object
1 property
EnvironmentVariableOfAsset
objectnull
Details of an environment variable which is populated into the container.
7 properties
SpecificRunInfoFields
object
Information about the set of assets which comprises a workspace, training or template, and an optional set of specific run parameters.
3 properties 1 required
InitializationTimeoutField
object
1 property
SpecificRunMetricFields
objectnull
2 properties
AssetRef
object
Reference information about an asset.
2 properties 2 required
AssetUpdateRequest
EnvironmentVariableCredential
objectnull
Details of the secret and key use to populate the environment variable. (mutually exclusive with value)
2 properties
WorkloadTemplateListResponse
object
1 property 1 required
AutoScalingCommonFields
objectnull
AssetName
string
The name of the asset.
Completions
integernull
Used with Hyperparameter Optimization. Specifies the number of successful pods the job should reach to be completed. The Job will be marked as successful once…
PodAffinity
objectnull
Pod affinity scheduling rules (e.g. co-locate this workload in the same node, zone, etc. as some other workloads).
2 properties
Tolerations
arraynull
Set of tolerations to apply to the workload.
AutoDeletionTimeAfterPreemption
integernull
Specifies the duration after which a finished workload (completed or failed) will be automatically deleted. The default is 30 days. Log retention is managed se…
AssetsRef
object
Reference information about a set of assets. used to describe - assets comprising a workspace - assets comprising a workspace template - assets that use other…
4 properties 1 required
AssetMeta
SpecificRunConnections
objectnull
1 property
DataSourceOverrides
objectnull
specific fields to override in the data source.
1 property
ScaleDownDelayField
object
1 property
AssetsRefOptional
objectnull
ServingPortAccessAuthorizationTypeEnum
stringnull
Specifies who can send inference requests to the serving endpoint: Possible values: - public: No authorization is required. (Default) - authenticatedUsers: Any…
ServingPortAccess
object
4 properties
Args
stringnull
Arguments to the command that the container running the workload executes.
AssetsIds
object
Set of assets comprising a workspace or a workspace template.
4 properties 1 required
Command
stringnull
A command to the server as the entry point of the container running the workload.
Category
stringnull
Specify the workload category assigned to the workload. Categories are used to classify and monitor different types of workloads within the NVIDIA Run:ai platf…
SpecificRunServingPortAccess
objectnull
1 property
WorkloadTemplate
object
2 properties 2 required
InfoDistributed
objectnull
Parameters which apply to distributed training.
MatchExpression
objectnull
A selector that contains values, a key, and an operator that relates the key and values.
3 properties 2 required
NodePools
arraynull
A prioritized list of node pools for the scheduler to run the workload on. The scheduler will always try to use the first node pool before moving to the next o…
EnvironmentVariablesOfAsset
arraynull
Set of environment variables to populate into the container running the workspace.
RunAsGid
integernull
The group id to run the entrypoint of the container which executes the workspace. Default to the value specified in the environment asset runAsGid field (optio…
MatchExpressionOperator
string
Represents a key's relationship to a set of values (mandatory).
TolerationOperator
stringnull
A key's relationship to the value. Equal uses key and value. Exists is equivalent to wildcard for value, so that a workload can tolerate all taints of a partic…
AssetUpdatableFields
object
2 properties 1 required
SpecificRunConnectionInfo
object
5 properties 1 required
NodeType1
stringnull
Nodes (machines), or a group of nodes on which the workload will run. To use this feature, your Administrator will need to label nodes. For more information, s…
AssetKind
string
The kind of the asset.
BackoffLimit
integernull
Specifies the number of retries before marking a workload as failed (not applicable to Inference workloads). The default value is 6.
HttpResponse
object
2 properties 2 required
AssetCreationRequest
TerminationGracePeriod
integernull
Duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the po…
InfoDistMaster
objectnull
Parameters which apply to the master in a distributed training.
2 properties
AutoScalingMetric
stringnull
The metric to use for autoscaling. Mandatory if minReplicas < maxReplicas, except for the special case where minReplicas is set to 0 and maxReplicas is set to…
Annotations
arraynull
Set of annotations to populate into the container running the workload.
WorkloadTemplateUpdateRequest
object
2 properties 2 required
NodeAffinityRequired
objectnull
If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements…
1 property
SpecificRunParams
objectnull
Parameters which apply to a specific workload. They complement the information gathered from the assets comprising the workload.
Toleration
objectnull
Toleration details.
7 properties
AssetId
string
Unique identifier of the asset.
InferencesMinReplicasField
object
1 property
PodAffinityType
stringnull
The affinity type, required or preferred. (mandatory)
EnvironmentAssetRef
object
Reference information about environment asset.
3 properties 2 required
AssetDescription
stringnull
The description of the asset.
AssetCreationFields
object
7 properties 1 required
ImagePullSecret
objectnull
A reference to a secret in the same namespace used to pull container images.
3 properties
RestartPolicy
stringnull
Specify the restart policy of the workload pods. Default is empty, which is determine by the framework default
ScaleToZeroRetentionField
object
1 property
ToolType
string
Super set of Internal and External tool types.
ActivationReplicasField
object
1 property
SupplementalGroups
stringnull
Comma separated list of groups that the user running the container belongs to, in addition to the group indicated by runAsGid. Use only when the source uid/gid…
Error
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-template-api-openapi.yml Raw ↑

Other APIs NVIDIA Run:ai publishes across the network.

NVIDIA Run:ai Access Keys API
NVIDIA Run:ai Access rules API
NVIDIA Run:ai Administrator Command Line Interface API
NVIDIA Run:ai AI Applications API
NVIDIA Run:ai Applications API
NVIDIA Run:ai AuditLogs API
NVIDIA Run:ai Clusters API
NVIDIA Run:ai Compute API
NVIDIA Run:ai ConfigMap API
NVIDIA Run:ai Credentials API
NVIDIA Run:ai Datasources API
NVIDIA Run:ai Datavolumes API
Where this information came from

This is an independent, third-party profile of NVIDIA Run:ai Template API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.