Export types
There are two types of exports available:-
Periodic export that you configure in the web console. It runs automatically on a regular schedule and delivers data to your Object Storage bucket once per hour. You are charged for storing and working with data in Object Storage; for more details, see Pricing in Object Storage.
You can have one active periodic export at a time for a given contract.
- One-time export that you can perform by using the Nebius AI Cloud CLI.
Periodic export
Prerequisites
Make sure you are in a group that has theadmin role within your tenant or project; for example, the default admins group. You can check this in the Administration → IAM section of the web console.
How to create an export
To set up a periodic export of your usage data, do the following:-
In the web console, go to
Billing → Export.
-
Configure your export:
- Choose a month when the export should start.
- Choose a project and an Object Storage bucket to store usage data. You can choose an existing bucket or create a new one. New buckets use the Standard storage class by default.
-
(Optional) Specify a bucket prefix: folder path within the bucket (for example,
/billing/export).
- Click Create export.
How to view the export state
After you create the export, the Export tab displays its configuration and state. You can view the following information:- Name and ID: The export name and unique identifier.
- Created: The date and time when the export was created.
- Last run: The date and time of the most recent export run.
- Status: The current export status. For a Failed status, hover over the status to find out the reason for failure.
- Destination bucket: The link to the bucket where exported data is delivered.
How to access the export files
To access files in an Object Storage bucket that stores the usage data, you must have at least thestorage.viewer role at the level of the bucket, its parent project or tenant. By default, all users in the viewers, editors and admins default groups in the tenant can access files in the bucket. You can also set up a custom group to restrict access to the bucket.
To download the export files:
- Web console
- AWS CLI
- On the Export tab, open the Destination bucket link.
- To the right of each required export file, click
→
Download.
How to delete an export
You can delete the export to stop periodic data exports:-
In the web console, go to
Billing → Export.
-
In the export line, click
→ Delete export.
One-time export
Prerequisites
- Install and configure the Nebius AI Cloud CLI.
- Make sure you are in a group that has at least the
viewerrole within your tenant; for example, the defaultviewersgroup. You can check this in the Administration → IAM section of the web console.
How to create an export
To create a one-time export, run the following command:-
--parent-id: Contract ID. To get it:- Go to the web console.
- In the sidebar, go to
Billing → Payments.
- Switch to the Billing details tab and copy the contract ID in the Payer section.
-
--start-period: Export start date in theyyyy-mmformat. -
--end-period: Export end date in theyyyy-mmformat. -
--format: Export format. Onlyexport_format_focus_1_2_csvis supported.
.status.download_url parameter of the output:
All export download links expire after 15 minutes, but the export files themselves remain available for seven days.
How to get export details
To get details of a previously created export, run the following command:How to interpret the export results
The CSV with usage data follows the FOCUS Column Library and adds one Nebius AI Cloud column: x_ContainerId, which shows your resource hierarchy (for example, projects). Exports always use the latest container name. If a container is deleted, we keep its last known name. If a container is renamed, the new name appears even in exports for earlier months. If you use commitment discounts,CommitmentDiscountStatus = Unused shows the portion of the commitment that was prepaid but not consumed. You can also view the effective price for each VM by hour.
If your bill for a month includes an adjustment, it appears as a separate line item in the CSV.