> ## Documentation Index
> Fetch the complete documentation index at: https://docs.therefrain.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Schedules

> Set up recurring and one-time scheduled runbook executions.

## Overview

Schedules let you run runbooks automatically at set times. Create recurring or one-time schedules. Requires Team plan or higher.

## Schedule types

| Type          | Description                                           |
| ------------- | ----------------------------------------------------- |
| **Recurring** | Runs on a repeating schedule (e.g., every day at 9am) |
| **One-time**  | Runs once at a specific date and time                 |

## Creating a schedule

<Steps>
  <Step title="Select a runbook">
    Choose the runbook to schedule from the runbooks list.
  </Step>

  <Step title="Set schedule type">
    Choose **Recurring** or **One-time**.
  </Step>

  <Step title="Configure timing">
    For recurring: select the frequency and time (e.g., every weekday at 9:00 AM).
    For one-time: pick a date and time.
  </Step>

  <Step title="Set variables">
    Provide any required variable values and secrets for the execution.
  </Step>

  <Step title="Save">
    Save the schedule. It starts in enabled state.
  </Step>
</Steps>

## Managing schedules

| Action             | Description                             |
| ------------------ | --------------------------------------- |
| **Enable/Disable** | Toggle schedule on/off without deleting |
| **Edit**           | Modify timing, variables, or settings   |
| **Delete**         | Remove the schedule permanently         |

## Plan requirements

| Feature             | Required plan |
| ------------------- | :-----------: |
| Recurring schedules |     Team+     |
| One-time schedules  |     Team+     |
