API
The Gcore Customer Portal is being updated. Screenshots may not show the current version.
Edge Cloud
Edge Cloud
OverviewBillingTerraform
API
Chosen image
Home/Edge Cloud/Billing

Billing

All clients are subscribed to the PAYG (pay-as-you-go) billing plan, which means you only pay for the amount of time they use our Edge Cloud resources. Resources are charged per minute.

To start using Edge Cloud services, you need to add at least €4/$4 to your balance.

As soon as your expenses reach €4/$4, the system will deduct this amount from your existing balance. If your balance has insufficient funds, the system will charge this amount from the added payment method. If payment is successful, you will continue using resources as before until your expenses reach the €4/$4 threshold again.

If the payment fails both from your Gcore balance and the added payment method, the service will be suspended. If you don’t top up your balance within the next 7 days, basic VMs will be deleted. Other cloud resources associated with your account will be deleted in 30 days. To avoid service suspension and ensure uninterrupted access to Cloud resources, you can top up your balance in advance.

Up-to-date prices for our Edge Cloud resources are available on our website.

Virtual Machines are charged from the moment you create them until they are completely stopped. Please note that volumes, snapshots, IP addresses (a floating IP, virtual IP, and reserved IP address), images and the Windows license are charged separately. The outgoing traffic is free.

Volumes, IP addresses (a floating IP, virtual IP, and reserved IP address), images, snapshots are charged from the moment you create them until the moment you delete them, regardless of whether the Virtual Machine is running or not.

Bare Metal servers and AI IPUs and GPUs are charged from the moment you create them until the moment you delete them, regardless of whether the server is running or not. IP addresses (a floating IP, virtual IP, and reserved IP), images, Windows license, and outgoing traffic for Bare Metal are charged separately.

Managed Logging is charged per the volume of stored logs.

Function as a Service is charged for the amount of compute resources used to execute the function.

Was this article helpful?

Not a Gcore user yet?

Discover our offerings, including virtual instances starting from 3.7 euro/mo, bare metal servers, AI Infrastructure, load balancers, Managed Kubernetes, Function as a Service, and Centralized Logging solutions.

Go to the product page
// // Initialize a variable to undefined initially. // var growthBook = undefined; // (function() { // try { // var script = document.createElement('script'); // script.src = "https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js"; // script.setAttribute("data-api-host", "https://cdn.growthbook.io"); // script.setAttribute("data-client-key", "sdk-truekA5wvhMYaqsu"); // document.head.appendChild(script); // script.onload = function() { // console.log("GrowthBook script loaded successfully."); // growthBook = window.GrowthBook; // Assuming GrowthBook attaches itself to window // }; // script.onerror = function() { // console.error("Failed to load the GrowthBook script."); // growthBook = undefined; // Explicitly set to undefined on error // }; // } catch (error) { // console.error("An error occurred while setting up the GrowthBook script:", error); // growthBook = undefined; // } // })(); // // Optional: Push to dataLayer if needed // window.dataLayer = window.dataLayer || []; // window.dataLayer.push({ // 'event': 'scriptLoadStatus', // 'growthBookStatus': growthBook ? "Loaded" : "Failed" // });