---
title: "Revert Optimization"
method: POST
path: "/api/videos/{video_id}/revert"
tags: ["Videos", "videos"]
---

# Revert Optimization

`POST /api/videos/{video_id}/revert`

Revert the most recent optimization to original content.

Restores original title/description/tags/thumbnail via YouTube API,
marks the optimization as 'reverted', and makes it non-billable.

## Path parameters

- `video_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)
