# Schedules - Introduction

This section describes API endpoints for managing schedules.

Schedules are used to automatically start your Actors at certain times. Each schedule can be associated with a number of Actors and Actor tasks. It is also possible to override the settings of each Actor (task) similarly to when invoking the Actor (task) using the API. For more information, see [Schedules documentation](https://docs.apify.com/platform/schedules).

Each schedule is assigned actions for it to perform. Actions can be of two types

* `RUN_ACTOR` and `RUN_ACTOR_TASK`.

For details, see the documentation of the  endpoint.

<!-- -->

## [Get list of schedules](https://pr-2390.preview.docs.apify.com/api/v2/schedules-get.md)

[/schedules](https://pr-2390.preview.docs.apify.com/api/v2/schedules-get.md)

## [Create schedule](https://pr-2390.preview.docs.apify.com/api/v2/schedules-post.md)

[/schedules](https://pr-2390.preview.docs.apify.com/api/v2/schedules-post.md)

## [Get schedule](https://pr-2390.preview.docs.apify.com/api/v2/schedule-get.md)

[/schedules/{scheduleId}](https://pr-2390.preview.docs.apify.com/api/v2/schedule-get.md)

## [Update schedule](https://pr-2390.preview.docs.apify.com/api/v2/schedule-put.md)

[/schedules/{scheduleId}](https://pr-2390.preview.docs.apify.com/api/v2/schedule-put.md)

## [Delete schedule](https://pr-2390.preview.docs.apify.com/api/v2/schedule-delete.md)

[/schedules/{scheduleId}](https://pr-2390.preview.docs.apify.com/api/v2/schedule-delete.md)

## [Get schedule log](https://pr-2390.preview.docs.apify.com/api/v2/schedule-log-get.md)

[/schedules/{scheduleId}/log](https://pr-2390.preview.docs.apify.com/api/v2/schedule-log-get.md)
