Skip to main content

Command: phala ps

Syntax

phala ps [options] [<cvm_id>]

Description

List containers of a CVM

Arguments

ArgumentDescription
<cvm_id>?CVM identifier (UUID, app_id, instance_id, or name)

Options

OptionDescription
--cvm-id <value>CVM identifier (UUID, app_id, instance_id, or name)
-i, --interactiveEnable interactive mode

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 containers interactively
phala ps
  • List containers by app_id
phala ps app_abc123
  • List containers by name
phala ps my-app
  • Output as JSON
phala ps app_abc123 --json