How to Check PCD Version?
Problem
Get the PCD Version information.
Environment
- Private Cloud Director - v2025.4 and Higher.
- Self-Hosted Private Cloud Director Virtualisation – v2025.4 and Higher.
Procedure
Using UI:
- The currently running PCD Version is listed in the UI at the bottom of the Left Side Panel.
Using CLI:
jq
binary should be present on the system used to check version.
- The currently running PCD Version can also be checked through CLI with the below command:
$ curl -s https://<PCD_FQDN>/clarity/features.json | jq .releaseVersion
Was this page helpful?