Copy Page
confluence_copy_pageCopies a Confluence page to a new location. Specify the source page ID, destination space key, and new title to create a copy, optionally setting a parent page and copying attachments.
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 |