How to create a job
To run a container image as a batch workload for training, fine-tuning or data processing, create a job:- Web console
- CLI
-
In the sidebar, go to
AI Services → Jobs.
-
Click
Create job.
-
In the Job settings section, specify the path to the container image.
If you use a private registry, click
Add registry, and provide the details for your registry.
-
(Optional) Add advanced settings:
- Entrypoint command: Specify an entrypoint command for the job container.
- Arguments: Override container arguments that are passed to the entrypoint.
- Job timeout in hours: Specify the number of hours after which the job will be canceled if not completed.
- Environment variables: Specify environment variables in key-value pairs.
-
(Optional) Configure the Computing resources section:
- Select whether the VM should have GPUs.
- Specify the VM type: regular or preemptible. VMs without GPUs only support the regular type.
- Select the platform and preset.
-
(Optional) Configure Storage settings:
- Set the container disk size. See how disk performance depends on disk size.
- Attach a bucket or a filesystem to provide storage. You can create a bucket or filesystem, or use an existing one. To create a new bucket, see Bucket parameters. To create a new filesystem, see Volume parameters.
- (Optional) In the Access section, add an SSH key for the VM’s user so you can connect to the VM. You can add new credentials or select existing ones. If you decide to use an existing credential, make sure that the SSH key is stored for the nebius username.
- Review the Network section. The subnet is selected by default.
- Click Create.
How to check job logs
To view logs from a running or completed job:- Web console
- CLI
- In the sidebar, go to
AI Services → Jobs.
- Next to the job, click View logs. Alternatively, select the job that you want to view the logs for and switch to the Logs tab.
How to cancel a job
If you don’t need a job to continue running, you can cancel it. The jobs that finish withCOMPLETED status are canceled automatically.
To cancel a job:
- Web console
- CLI
- In the sidebar, go to
AI Services → Jobs.
- Find the job and then click
→ Cancel.
- In the window that opens, confirm canceling the job.
How to delete a job
To delete a job:- Web console
- CLI
- In the sidebar, go to
AI Services → Jobs.
- Locate the job and then click
→ Delete.
- In the window that opens, confirm deleting the job.