Nebius AI Cloud resources within one network can connect directly to each other by using their private IP addresses. If you want to disable connectivity between resources or allocate the same private IP address to multiple different resources, for example, for testing purposes, create separate networks for them.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. - Install and initialize the Nebius AI Cloud CLI.
-
Install jq to extract IDs and tokens from the JSON data returned by the Nebius AI Cloud CLI:
Create a network and a subnet
Each network must contain at least one subnet. To create a network and a subnet within it, run the following command:- CLI
Add resources to a network or subnet
When you create resources by using the Nebius AI Cloud CLI, set the network or subnet by using parameters withnetwork-id or subnet-id in them. For example:
- When you create a Compute virtual machine, add the
--network-interfaces "[{\"subnet_id\": \"$SUBNET_ID\"}]"parameter. - When you create a Managed Service for Kubernetes® cluster, add the
--control-plane-subnet-id $SUBNET_IDparameter. - When you create a Managed Service for PostgreSQL® cluster, add the
--network-id $NETWORK_IDparameter.
Postgres, PostgreSQL and the Slonik Logo are trademarks or registered trademarks of the PostgreSQL Community Association of Canada, and used with their permission.