Page Toolswordpress_create_page_duplicate
Page Tools

wordpress_create_page_duplicate

Create a duplicate of an existing page for safe editing.

wordpress_create_page_duplicate

Create a duplicate of an existing page for safe editing. After creating a duplicate, edit the duplicate using wordpress_update_page, then approve in WordPress Admin (Respira → Approve Edits).

Parameters

ParameterTypeRequiredDescription
originalIdnumberYesID of the original page to duplicate
suffixstringNoOptional suffix for the duplicated page title

Response

{
  "success": true,
  "original_id": 42,
  "duplicate_id": 43,
  "status": "draft",
  "approval_url": "https://yoursite.com/wp-admin/admin.php?page=respira-approvals"
}

Example Prompts

  • "Create a duplicate of the About page"
  • "Duplicate page 42"
  • "Make a safe copy of my homepage so I can edit it"
Was this page helpful?
Built with Documentation.AI

Last updated Dec 15, 2025