This command is marked as unstable and may change in future releases.
Command: phala cvms get
Syntax
Description
Get details of a CVMArguments
Global Options
Examples
- Get CVM interactively
- By app_id
- By UUID
- By name
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get details of a CVM
phala cvms getphala cvms get [options] [<cvm_id>]
| Argument | Description |
|---|---|
<cvm_id>? | CVM identifier (UUID, app_id, instance_id, or name) |
| Option | Description |
|---|---|
-h, --help | Show help information for the current command |
-v, --version | Show CLI version |
--api-token TOKEN, --api-key TOKEN | API token for authenticating with Phala Cloud |
-j, --json, --no-json | Output in JSON format |
-i, --interactive | Enable interactive mode |
--cvm-id <value> | CVM identifier (UUID, app_id, instance_id, or name) |
--profile PROFILE | Temporarily use a different auth profile for this command |
--api-version <value> | API version to use (e.g. 2026-01-21, 2026-05-22, 2026-06-23) |
--timeout SECONDS | Request timeout in seconds (default 60) |
phala cvms get
phala cvms get app_abc123
phala cvms get 550e8400-e29b-41d4-a716-446655440000
phala cvms get my-app
Was this page helpful?
