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

Command: phala apps

Syntax

phala apps [options]

Description

List dstack apps

Options

OptionDescription
--page <value>Page number (1-based)
--page-size <value>Number of items per page
--search <value>Search by name, app_id, vm_uuid, or instance_id
--status <value>Filter by CVM status (can be specified multiple times)
--listed, --no-listedFilter by listed status
--base-image <value>Filter by base image name
--instance-type <value>Filter by instance type
--kms-type <value>Filter by KMS type
--node <value>Filter by node name
--region <value>Filter by region identifier

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 apps
phala apps
  • Second page
phala apps --page 2
  • Search by name
phala apps --search my-app
  • Filter by status
phala apps --status running
  • Output as JSON
phala apps --json