Skip to content
Live $300 credit for new accounts Valid for 60 days from account creation Get started →

CLI Reference

Full command reference for the ZCP CLI v0.0.9.

For the interactive reference with search, see the ZCP CLI reference on the main site.


CommandDescription
zcp versionPrint CLI version
zcp completion <shell>Generate shell completions (bash|zsh|fish|powershell)
zcp auth validateValidate authentication token
CommandDescription
zcp profile addAdd a new credential profile
zcp profile listList all profiles
zcp profile showShow the active profile
zcp profile use <name>Switch to a profile
zcp profile updateUpdate profile fields
zcp profile delete <name>Delete a profile
zcp profile rename <old> <new>Rename a profile
CommandDescription
zcp instance listList instances
zcp instance get <name>Get instance details
zcp instance createCreate a new instance
zcp instance delete <name>Delete an instance
zcp instance start <name>Start a stopped instance
zcp instance stop <name>Power off an instance
zcp instance reboot <name>Reboot an instance
zcp instance console <name>Get console URL
CommandDescription
zcp kubernetes listList clusters
zcp kubernetes createCreate a cluster
zcp kubernetes start <name>Start a stopped cluster
zcp kubernetes stop <name>Stop a cluster
zcp kubernetes upgrade <name>Upgrade Kubernetes version
CommandDescription
zcp volume listList block storage volumes
zcp volume createCreate a new volume
zcp volume delete <name>Delete a volume
CommandDescription
zcp snapshot listList volume snapshots
zcp vm-snapshot listList VM snapshots
CommandDescription
zcp object-storage listList object storage instances
zcp object-storage createCreate object storage
zcp object-storage delete <name>Delete object storage
CommandDescription
zcp vpc listList VPCs
zcp vpc createCreate a VPC
zcp vpc delete <name>Delete a VPC
CommandDescription
zcp network listList networks
zcp network createCreate a network
CommandDescription
zcp firewall listList firewall rules
zcp firewall createCreate a firewall rule
zcp firewall delete <id>Delete a firewall rule
CommandDescription
zcp loadbalancer listList load balancers
zcp loadbalancer createCreate a load balancer
CommandDescription
zcp dns listList DNS domains
zcp dns createAdd a domain
zcp dns delete <domain>Remove a domain
CommandDescription
zcp ip listList public IP addresses
zcp ip acquireAcquire a new public IP
zcp ip release <id>Release a public IP
CommandDescription
zcp project listList projects
zcp project createCreate a project
zcp billing listView billing summary
zcp support listList support tickets

For the full 200+ command listing, see the GitHub repository.