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. Returns the newly created space. Use this to create a template-based copy or to snapshot a space before making large changes.

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