Skip to main content

Storage Disks — Reference

List Columns

ColumnDescription
NameThe identifier name of the disk, set by you at creation.
Type / CategoryStorage type: SSD or HDD.
SizeDisk capacity in GB.
StatusCurrent status of the disk (see the status table below).
Attached InstanceThe name of the Instance currently using this disk. Empty if the disk is not attached.
Created AtThe date and time the disk was created (UTC).

Status Values

StatusMeaning
AvailableThe disk is not attached to any Instance and is ready to attach.
In-useThe disk is attached to an Instance and is in active use.
CreatingThe disk is being initialized; wait for the process to complete.
ResizingThe disk is undergoing a capacity change.
ErrorThe disk has encountered an error. Contact support if this status does not resolve on its own.

Fields in the Create Disk Form

FieldRequiredDescription
NameYesThe disk name, unique within the Project.
Storage typeYesStorage type: SSD (high speed) or HDD (large capacity, lower cost).
Size (GB)YesDesired capacity; must be a positive integer within the quota limit.
InstanceNoThe Instance to attach the disk to immediately after creation. Leave blank to attach later.

Actions

ActionConditionDescription
AttachStatus = AvailableAttach the disk to a selected Instance.
DetachStatus = In-useRemove the disk from the current Instance; data is preserved.
ResizeStatus = Available or In-useIncrease disk capacity (cannot be reduced).
DeleteStatus = AvailablePermanently delete the disk and all its data.