---
title: "Manually schedule the next round"
method: POST
path: "/api/swiss/{id}/schedule-next-round"
tags: ["Tournaments (Swiss)"]
---

# Manually schedule the next round

`POST /api/swiss/{id}/schedule-next-round`

Manually schedule the next round date and time of a Swiss tournament.
This sets the `roundInterval` field to `99999999`, i.e. manual scheduling.
All further rounds will need to be manually scheduled, unless the `roundInterval` field is changed back to automatic scheduling.

## Path parameters

- `id` string, required

## Response `204`

The Swiss tournament was successfully updated.

## Other responses

- `400` — Updating the swiss failed.
- `401` — This user cannot update this Swiss.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
