---
title: "Prediction Finish"
method: POST
path: "/v2/{entity}/{project}/predictions/{prediction_id}/finish"
tags: ["Predictions"]
---

# Prediction Finish

`POST /v2/{entity}/{project}/predictions/{prediction_id}/finish`

Finish a prediction.

## Path parameters

- `entity` string, required
- `project` string, required
- `prediction_id` string, required

## Response `200`

Successful Response

- PredictionFinishRes
  - `success` boolean, required — Whether the prediction was finished successfully

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/versions/8d8d96fc0fd3/schema)
