---
title: "Delete Instance"
method: DELETE
path: "/compute/v2/thr4/workspaces/{workspaceUUID}/instances/{resourceId}"
tags: ["Compute"]
---

# Delete Instance

`DELETE /compute/v2/thr4/workspaces/{workspaceUUID}/instances/{resourceId}`

Permanently removes the specified compute instance from the workspace.
This action will stop the instance if running and delete all associated resources.
This operation cannot be undone.

## Path parameters

- `workspaceUUID` string, required
- `resourceId` string, required

## Response `200`

The instance and all its associated resources were successfully deleted.
The system will clean up any remaining artifacts.

## Other responses

- `400` — Bad request - invalid configuration provided
- `403` — Forbidden - insufficient permissions

---

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