How to Check PCD Version?
Last updated
Get the PCD Version information.
Private Cloud Director - v2025.4 and Higher.
Self-Hosted Private Cloud Director Virtualisation – v2025.4 and Higher.
Using UI:
PCD version is displayed at the bottom of the left side panel of the management plane UI.
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 .releaseVersionLast updated
