Skip to main content

Clones an environment

POST <your-unleash-url>/api/admin/environments/:name/clone

Authorization

name: Authorizationtype: apiKeyin: header

Given an existing environment name and a set of options, this will create a copy of that environment

Request

Path Parameters

  • name string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
<your-unleash-url>
apiKey
name — path required
curl / cURL
curl -L -X POST '<your-unleash-url>/api/admin/environments/:name/clone' \
-H 'Authorization: <API_KEY_VALUE>'