---
title: "Delete instance"
method: POST
path: "/instances/{id}/delete"
tags: ["Instances"]
---

# Delete instance

`POST /instances/{id}/delete`

Delete a compute instance by ID

## Path parameters

- `id` string, required

## Request body

- object

## Response `200`

OK

- ThundertypesInstanceDeleteResponse
  - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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