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

  1. Install and authenticate Terminus

  2. Install the Terminus Site Clone plugin.

  3. 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>