Command: phala cvms start
Syntax
Description
Start a stopped CVMArguments
Global Options
Examples
- Start CVM by app_id
- Start CVM by UUID
- Start CVM by name
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Start a stopped CVM
phala cvms startphala cvms start [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 start app_123
phala cvms start 550e8400-e29b-41d4-a716-446655440000
phala cvms start my-app
Was this page helpful?
