reschedule_post
Change a scheduled social post's publish time to a new ISO-8601 timestamp, moving it to a different date or time.
Instructions
Shortcut: move a scheduled post to a new time. Equivalent to update_post with only scheduled_at set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Social post id to reschedule. | |
| scheduled_at | Yes | New ISO-8601 timestamp to publish at (e.g. '2026-07-02T09:00:00Z'). |