For the complete documentation index, see llms.txt. This page is also available as Markdown.

Termination

Disable, re-enable, or permanently delete the project.

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

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

Screenshot TODO — capture comes from testing-plan area 17-project-settings.

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, enable-project, delete-project.

Last updated