Clone workspace
Clones a specific workspace in your organization, copying over connections and datasets from the original workspace. If you have connections or datasets that use workspace variables, those will be honored in the new workspace.
Authorizations
Bearer authorization using your Personal Access Token. Generate a new PAT on your user settings page.
Path Parameters
ID of the workspace
Body
The name for the new cloned workspace.
Optional. An array of key-value pairs representing workspace variables for the new workspace. All variable keys used in the base workspace must be provided for the cloned workspace.
Whether or not a successful result should include the api_key
field in the response. This workspace api_key
is used to interact with the Workspace APIs.
Response
The url of the new workspace's clone status.
Was this page helpful?