Skip to main content
POST
Clone environment

Authorizations

Authorization
string
header
required

Voiceflow bearer token

Path Parameters

environmentAlias
string
required

The alias of the environment to operate on (e.g. main).

Query Parameters

projectID
string
required

The ID of the project to operate on.

Body

application/json
name
string
required

The display name of the new environment.

alias
string
required

Short URL-safe identifier; cannot be 'main' (reserved).

Response

201 - application/json

Returns the new environment, including the alias that subsequent calls pass as environmentAlias to target it.

environment
object
required