Skip to main content
This command is marked as unstable and may change in future releases.

Command: phala os-images

Syntax

phala os-images [options]

Description

List available OS images

Options

OptionDescription
--devShow only dev images
--prodShow only prod images
--page <value>Page number (1-indexed)
--page-size <value>Items per page (max 100)
--allFetch all pages

Global Options

OptionDescription
-h, --helpShow help information for the current command
-v, --versionShow CLI version
--api-token TOKEN, --api-key TOKENAPI token used for authentication
-j, --json, --no-jsonOutput in JSON format
--api-version <value>API version to use (e.g. 2025-10-28, 2026-01-21)

Examples

  • List all OS images
phala os-images
  • List prod images only
phala os-images --prod
  • List page 2 with page size 20
phala os-images --page 2 --page-size 20
  • Fetch all pages
phala os-images --all
  • Output as JSON
phala os-images --json