---
title: "Create Schedule"
method: POST
path: "/configuration/schedules"
tags: ["schedules", "configuration"]
---

# Create Schedule

`POST /configuration/schedules`

Create a new schedule resource.
Console command used _configure add schedule_

## Request body

- ScheduleResource
  - `name` string, required
  - `description` string
  - `runCommand` string[]
  - `enabled` 'yes' | 'no' — An enumeration.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/bareos/apis/bareos-rest-api.md) · [All operations](https://skmtc.net/bareos/apis/bareos-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bareos/bareos-rest-api/revisions/c6a9677e1448/schema)
