---
title: "Revert To Specific Round"
method: POST
path: "/api/videos/{video_id}/revert-to/{optimization_id}"
tags: ["Videos", "videos"]
---

# Revert To Specific Round

`POST /api/videos/{video_id}/revert-to/{optimization_id}`

Revert to a SPECIFIC historical optimization bundle (Wave A.6).

Looks up video_optimizations[optimization_id], confirms it belongs to
the user, pushes its OPTIMIZED title/description/tags/thumbnail back to
YouTube, and inserts a new video_optimizations row recording the revert.

Use POST /{video_id}/revert (no ID) to undo the latest optimization to
the round-1 original.

## Path parameters

- `video_id` integer, required
- `optimization_id` integer, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/primetime/apis/primetime-media-api.md) · [All operations](https://skmtc.dev/primetime/apis/primetime-media-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/primetime/primetime-media-api/revisions/9da9a9f64e11/schema)
