eds_bulk_publish
Publish multiple pages from preview to production in a single asynchronous job, getting an immediate job handle to track progress.
Instructions
Start an asynchronous bulk publish job from preview to the live production domain over many pages in one call. Returns a job handle immediately; poll eds_get_job_status for progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes | Array of page paths to publish (e.g., ["/blog/post-1", "/blog/post-2"]) | |
| forceUpdate | No | Re-process every path even if unchanged (default: only new/modified) |