Skip to main content

Status values

The status field uses uppercase string constants. The vm_state field provides stable state context and is returned by the single-instance detail endpoint and the data "gcore_cloud_instance" Terraform data source. task_state is non-null only during a background operation. A VM can show status: ACTIVE while task_state: "rebooting" — check both fields to determine whether the VM has fully settled.
statusvm_statePortal labelMeaning
ACTIVEactivePower onThe VM is running.
SHUTOFFstoppedPower offThe VM is powered off.
BUILDbuildingBuildingThe VM is being allocated.
ERRORerrorErrorResource allocation failed.
DELETEDdeletedDeletedThe VM was deleted.
PAUSEDpausedThe VM is paused in memory.
REBOOTactiveSoft reboot in progress; task_state carries the operation name.
HARD_REBOOTactiveHard reboot in progress; task_state carries the operation name.
REBUILDactiveVM is being rebuilt from an image.
RESIZEresizedVM flavor is being changed.
MIGRATINGactiveVM is being migrated to another host.
SUSPENDEDsuspendedVM is suspended.
SOFT_DELETEDsoft-deletedVM is pending permanent deletion.