> For the complete documentation index, see [llms.txt](https://1nodeio.gitbook.io/1node/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://1nodeio.gitbook.io/1node/1node-api/endpoints/teardown-deployment.md).

# Teardown Deployment

**CLI:** 1node teardown --provider \<provider> --deployment \<id>

**API:**

DELETE /v1/deployments/{provider}/{deploymentId}

**Response (200):**

```
{ "message": "Deployment akash1xyz terminated" }
```
