---
title: "Destroy Machine"
method: DELETE
path: "/apps/{app_name}/machines/{machine_id}"
tags: ["Machines"]
---

# Destroy Machine

`DELETE /apps/{app_name}/machines/{machine_id}`

Delete a specific Machine within an app by Machine ID, with an optional force parameter to force kill the Machine if it's running.

## Path parameters

- `app_name` string, required
- `machine_id` string, required

## Query parameters

- `force` boolean

## Response `200`

OK

---

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