publish_episode
Change an episode's publish status to published, scheduled, or draft. Manage publishing independently from metadata updates.
Instructions
Publish, schedule, or unpublish an episode. Use this to change an episode's publish status separately from updating its metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | New status: 'published' to publish now, 'scheduled' to schedule for a future date, 'draft' to unpublish | |
| episode_id | Yes | ID of the episode | |
| published_at | No | Date/time to publish or schedule (in the podcast's time zone). Required when status is 'scheduled'. |