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