---
title: "Schedule a version"
method: POST
path: "/version/{id}/schedule"
tags: ["versions"]
---

# Schedule a version

`POST /version/{id}/schedule`

## Request body

- Schedule
  - `time` string, ISO-8601, required
  - `requested_status` 'approved' | 'archived' | 'unlisted' | 'private' | 'draft', required — The requested status when scheduling the project for release

## Response `204`

Expected response to a valid request

## Other responses

- `400` — Request was invalid, see given error
- `401` — Incorrect token scopes or no authorization to access the requested item(s)

---

[API](https://skmtc.net/modrinth/apis/labrinth.md) · [All operations](https://skmtc.net/modrinth/apis/labrinth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/modrinth/labrinth/revisions/16bb5dbc54f4/schema)
