confluence_copy_page
Copy a Confluence page to a new location or with a new title, optionally preserving labels and attachments.
Instructions
Copy a Confluence page.
Creates a duplicate of the page, optionally under a different parent.
Args:
page_id: A numeric page ID or a Confluence URL (including short /wiki/x/ links).
title: Title for the copy. Defaults to "Copy of {original title}".
destination_parent_id: Parent page ID for the copy. Empty = same parent.
copy_labels: Whether to copy labels (default True).
copy_attachments: Whether to copy attachments (default True).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| page_id | Yes | ||
| copy_labels | No | ||
| copy_attachments | No | ||
| destination_parent_id | No |