Move Page
confluence_move_pageMove a Confluence page to a new parent page or space. Specify target parent ID, target space key, and position to relocate pages.
Instructions
Move a Confluence page to a new parent or space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ID of the page to move | |
| position | No | Position: 'append' (default, move as child of target), 'above' (move before target as sibling), or 'below' (move after target as sibling) | append |
| target_parent_id | No | Target parent page ID. If omitted with target_space_key, moves to space root. | |
| target_space_key | No | Target space key for cross-space moves |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |