Whether the call should immediately return a pending environment, or wait for the completion of the fork
fastboolean
Performing a fast fork reduces processing time, but it also prevents writing to the source environment during the process
forceboolean
Force the start of fast fork, even if there are collaborators editing some records
Body parameters
idstringRequired
The ID of the forked environment
Example: "my-sandbox-env"
typestringRequired
Must be exactly "environment".
Returns
Returns
a Job ID. You can then poll for the
completion of the job
that will eventually return
a resource object of type environment
Examples
The response contains the ID of the asynchronous job that started:
To get the asynchronous job result, poll the job result endpoint. While the task is in progress, the endpoint returns a 404 status code. When the job completes, the status changes to 200 OK: