This command is marked as unstable and may change in future releases.
Command: phala cvms
Syntax
phala cvms <command> [options]
Description
Manage Phala Confidential Virtual Machines (CVMs)
Options
| Option | Description |
|---|
-h, --help | Show help information for the current command |
-v, --version | Show CLI version |
Subcommands
| Command | Description |
|---|
attestation | Get attestation information for a CVM |
delete | Delete a CVM |
get | Get details of a CVM |
list | List all CVMs |
list-nodes | List all available worker nodes. |
logs | Fetch container logs from a CVM |
replicate | Create a replica of an existing CVM |
resize | Resize resources for a CVM |
restart | Restart a CVM |
serial-logs | Fetch VM serial console logs from a CVM |
start | Start a stopped CVM |
stop | Stop a running CVM |
Deprecated Subcommands
| Command | Description |
|---|
create | Create a new CVM (use “phala deploy” instead) |
upgrade | Upgrade a CVM to a new version (use “phala deploy” instead) |
Examples