Copy Page
confluence_copy_pageCopy an existing Confluence page to a new space or under a specific parent page, with a new title. Optionally copy attachments on Confluence Cloud.
Instructions
Copy a Confluence page to a new location.
On Confluence Cloud the native copy endpoint is used. On Server/Data Center the page body is fetched and a new page is created manually (attachments are not copied in the Server/DC path).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_title | Yes | Title for the new copied page | |
| source_page_id | Yes | The ID of the page to copy | |
| copy_attachments | No | (Optional) Whether to copy attachments to the new page. Defaults to true. Only supported on Confluence Cloud. | |
| destination_parent_id | No | (Optional) Parent page ID in the destination space. When omitted the page is created at the space root. | |
| destination_space_key | Yes | Space key for the new page (e.g. 'DEV', 'TEAM') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |