---
title: "Rollback Training Pipeline"
method: POST
path: "/training-pipelines/{pipeline_id}/rollback"
tags: ["training-pipelines"]
---

# Rollback Training Pipeline

`POST /training-pipelines/{pipeline_id}/rollback`

Roll the pipeline project back to an existing deployment.

## Path parameters

- `pipeline_id` string, required

## Request body

- TrainingPipelineRollbackRequest — Request to roll a pipeline project back to an existing deployment.
  - `deployment_id` string, required

## Response `200`

Successful Response

- TrainingPipelineDeploymentControlResponse — Response for pipeline deployment and rollback controls.
  - `pipeline_id` string, required
  - `project_id` string, required
  - `deployment_id` string, required
  - `stage_job_id` string, nullable
  - `base_model` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/versions/31dfe831e079/schema)
