architecture
architecture: "x86" | "arm64"
bound_to
bound_to: null | number
created_from
created_from: null | { id: number; name: string }
Optional
deleted
deleted?: null | string
Optional
deprecated
deprecated?: null | boolean
description
description: string
disk_size
disk_size: number
image_size
image_size: number
labels
labels: Record<string, string>
os_flavor
os_flavor:
| "unknown"
| "ubuntu"
| "centos"
| "debian"
| "fedora"
| "rocky"
| "alma"
os_version
os_version: null | string
protection
protection: { delete: boolean }
Optional
rapid_deploy
rapid_deploy?: boolean
status
status: "available" | "creating" | "unavailable"
type
type: "system" | "app" | "snapshot" | "backup"