Skip to main content
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

OptionDescription
-h, --helpShow help information for the current command
-v, --versionShow CLI version

Subcommands

CommandDescription
attestationGet attestation information for a CVM
deleteDelete a CVM
getGet details of a CVM
listList all CVMs
list-nodesList all available worker nodes.
logsFetch container logs from a CVM
replicateCreate a replica of an existing CVM
resizeResize resources for a CVM
restartRestart a CVM
serial-logsFetch VM serial console logs from a CVM
startStart a stopped CVM
stopStop a running CVM

Deprecated Subcommands

CommandDescription
createCreate a new CVM (use “phala deploy” instead)
upgradeUpgrade a CVM to a new version (use “phala deploy” instead)

Examples

  • Display help:
phala cvms --help