Batch Job
Learn about Batch Jobs on DGX Cloud Lepton.
A Batch Job is a one-off task that runs to completion, such as training a model or processing data. DGX Cloud Lepton provides a simple way to run and manage batch jobs in the cloud.
Create Batch Job
Navigate to the create job page.
In the Resource section, select the node group and your desired resource shape.
For example, select H100-80GB-HBM3 x 1 from node group h100sxm-0, and leave the worker and priority settings at their default values.

In the Container section, use the default image. In the Run Command field, specify the following command to run in the container:
By configuring the above settings, you can create a batch job that:
- Uses one H100 GPU from node group
h100sxm-0 - Uses the default image and runs a simple counter that processes 10 items with a 2-second delay between each
- Completes after approximately 20 seconds and is archived after 3 days
You need to have a node group with available nodes in your workspace first.
View the Batch Job
After the job is created, you can check the status and results on the details page.
Click Logs under the Replicas tab to see the logs for each replica. Because the worker count is one, there will be only one replica, and the logs should display the following:

Next Steps
For more information about batch jobs, refer to the following: