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/Virtual Machines/Check the status

Check the operational status of your Virtual Machine

You can find the Virtual Machine (VM) statuses inside the project, in the "Instances" section, in the "Status" column 

1.__________.png

For instance, in Cloud we have the following statuses: 

  • Building — allocating resources to the VM. 
  • Power on — the VM is running.  
  • Power off - a Virtual Machine is powered off.  
  • Error — an error occurred when allocating resources. The machine cannot be allocated. 
  • Deleted — the VM was deleted.

  

Virtual Machine cycles 

  1. After creation, the Virtual Machine will have the "Building" status for the first few minutes. At this stage, the machine is allocated computing resources. 2.________.png
  2. After that, the server will automatically switch to the "Power on" status. This means that the machine is up and running. 3._________.png
  3. When the power is turned off, the instance switches to the "Power Off" status. 4._________.png
  4. If you initiate server deletion, all the ongoing operations are aborted and then the VM switches to the "Deleted" status. 5.__________.png

If an error occurs when allocating resources, the VM gets the "Error" status. if you get this status, you may contact technical support support@gcore.lu.

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" // });