---
title: "Deploy Stop"
method: POST
path: "/deploy/{deploy_id}/stop"
tags: ["Dedicated Models"]
---

# Deploy Stop

`POST /deploy/{deploy_id}/stop`

Stop a running deployment. Terminates pods. Can be restarted later.

## Path parameters

- `deploy_id` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- DeployStatusOut
  - `deploy_id` string, required — Deploy Id

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `409` — Conflict
- `422` — Validation Error

## Changes

> 17 revisions in range; 12 could not be searched.

- **2026-07-31** `ba92d7849914` — 1 info
  - added the non-success response with the status `409`

[Change history](https://skmtc.dev/deepinfra/apis/deepinfra-api/changes/deploy/:deploy_id/stop/post.md)

---

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