> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/cloud/project/settings/termination.md).

# Termination

**Where:** Project → Settings → Termination · `/projects/<project>/settings?tab=Termination`

Two guarded panels: the project's status (disable / enable) and project deletion.

{% hint style="info" %}
Screenshot TODO — capture comes from testing-plan area **17-project-settings**.
{% endhint %}

## Disable or enable the project

**Disable Project** (with a confirmation modal) stops all operations — you can still navigate through the project, but nothing can be changed. Re-enabling depends on your account:

* Free capacity on your plan — the project is enabled right away.
* Subscription expired or canceled — a **Subscription Expired** modal offers **Get Project Credits**, which sends you to Stripe checkout and returns you to this tab.
* No capacity, but an active subscription — an **Update Subscription Required** modal offers **Go to Portal** (the Stripe billing portal) to raise your project cap.

A project can also end up disabled without your action when the subscription behind it lapses.

## Delete project

**Delete project** is permanent and removes the project with its data. The confirmation modal asks you to type the project id (`pr_…`) exactly; the delete only runs when the typed id matches. Afterwards you are taken back to the account home.

## API reference

Endpoints: [disable-project](/api-reference/account/projects/disable-project.md), [enable-project](/api-reference/account/projects/enable-project.md), [delete-project](/api-reference/account/projects/delete-project.md).
