---
title: Story Schedulings
description: Discover Storyblok's documentation with comprehensive developer guides, user manuals, API references, and examples to help you get the most out of the headless CMS platform.
url: https://storyblok.com/docs/api/management/scheduling-stories
---

# Story Schedulings

The `story_schedulings` endpoint allows you to schedule a story for publishing at a specific date and time, and manage the scheduling like updating and deleting the schedule.

Endpoint

```bash
/v1/spaces/:space_id/story_schedulings/
```

## Pagination

-   [Previous: Update a Release](/docs/api/management/releases/update-a-release)
-   [Next: Create a Story Schedule](/docs/api/management/scheduling-stories/create-a-story-schedule)
