Storage Disks — Reference
List Columns
| Column | Description |
|---|---|
| Name | The identifier name of the disk, set by you at creation. |
| Type / Category | Storage type: SSD or HDD. |
| Size | Disk capacity in GB. |
| Status | Current status of the disk (see the status table below). |
| Attached Instance | The name of the Instance currently using this disk. Empty if the disk is not attached. |
| Created At | The date and time the disk was created (UTC). |
Status Values
| Status | Meaning |
|---|---|
| Available | The disk is not attached to any Instance and is ready to attach. |
| In-use | The disk is attached to an Instance and is in active use. |
| Creating | The disk is being initialized; wait for the process to complete. |
| Resizing | The disk is undergoing a capacity change. |
| Error | The disk has encountered an error. Contact support if this status does not resolve on its own. |
Fields in the Create Disk Form
| Field | Required | Description |
|---|---|---|
| Name | Yes | The disk name, unique within the Project. |
| Storage type | Yes | Storage type: SSD (high speed) or HDD (large capacity, lower cost). |
| Size (GB) | Yes | Desired capacity; must be a positive integer within the quota limit. |
| Instance | No | The Instance to attach the disk to immediately after creation. Leave blank to attach later. |
Actions
| Action | Condition | Description |
|---|---|---|
| Attach | Status = Available | Attach the disk to a selected Instance. |
| Detach | Status = In-use | Remove the disk from the current Instance; data is preserved. |
| Resize | Status = Available or In-use | Increase disk capacity (cannot be reduced). |
| Delete | Status = Available | Permanently delete the disk and all its data. |