---
title: "Delete a deployment"
method: DELETE
path: "/deployments/{id}"
tags: ["Deployments"]
---

# Delete a deployment

`DELETE /deployments/{id}`

Delete an existing deployment

## Path parameters

- `id` string, required — Deployment ID or name

## Response `200`

Deployment deleted successfully

- object

## Other responses

- `404` — Deployment not found
- `500` — Internal server error

---

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