Last Reviewed: April 06, 2023
Clone an Existing Pantheon Site
Copy a Pantheon site
If you have a site on Pantheon that you wish to create a copy of (clone), you can do so using Terminus.
To do so:
Install the Terminus Site Clone plugin.
Replace
<source>
and<destination>
with target site UUIDs or site names, and specify target development environment in place of<env>
(dev or multidev):terminus site:clone <source>.<env> <destination>.<env>