---
title: "Cancel animation prediction"
method: POST
path: "/v0/assistant/photo/animate/{prediction_id}/cancel"
tags: ["Media"]
---

# Cancel animation prediction

`POST /v0/assistant/photo/animate/{prediction_id}/cancel`

Cancels a running video animation job.

## Path parameters

- `prediction_id` string, required

## Response `200`

Successful Response

- InfoResponseReplicatePredictionResponse
  - `info` ReplicatePredictionResponse, required
    - `id` string, required
    - `model` string, required
    - `version` string, required
    - `input` object, nullable
    - `output` unknown
    - `logs` string, nullable
    - `error` unknown
    - `status` string, required
    - `created_at` string, required
    - `completed_at` string, nullable
    - `urls` object, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/versions/900377f918b6/schema)
