You can import an image file into Nebius AI Cloud and create boot disks and virtual machines (VMs) based on your custom image. To make an import, upload an image file to a bucket in Object Storage and create an image in Compute.Documentation Index
Fetch the complete documentation index at: https://docs.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
-
Make sure you are in a group that has at least the
editorrole within your tenant; for example, the defaulteditorsgroup. You can check this in the Administration → IAM section of the web console. -
Prepare an image that meets the following requirements:
- BIOS mode
- AMD64 or ARM64 architecture
.vmdk,.vhd,.rawor.qcow2format for the image file
How to import an image and create a boot disk and a VM
- Create an Object Storage bucket. The bucket, image and VM should be in the same region.
- Upload your image file to this bucket.
-
Create an image based on the uploaded file:
- Web console
- CLI
- In the web console, go to
Storage → Disks.
- Click Create resource → Image.
- In the window that opens, specify the name of your image.
- In Source, select Object Storage file.
- Specify the path to the file that you uploaded to the bucket. For example,
s3://nebius-bucket-test/my-image-file.qcow2. - Click Create image.
Storage → Disks.
- When the image is ready, create a boot disk with it.
- Create a VM with the new boot disk.
- (Optional) If you don’t need the image file in the bucket, delete it. The image in Compute doesn’t use it anymore.