eds_bulk_publish
Publish up to 1000 pages from preview to production in one asynchronous call. Get a job handle immediately and poll job status for 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) |