For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create a full copy of a space

Creates a new space that is a complete copy of the specified space, including all pages and their content. The duplicate is created in the same organization. It does not preserve or create a placement in a site. When duplicating from a site context, use duplicateSiteSpace instead. Use this operation for an organization-level or orphan-space copy.

Available in MCP
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
spaceIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
Responses
201

Space duplicated

application/json
post/spaces/{spaceId}/duplicate
201

Space duplicated

Last updated

Was this helpful?

Powered by GitBook