projects_delete
Permanently delete a project and its backend instance, including database and stored data. Confirm with user first and use specific ID to avoid accidental removal.
Instructions
Permanently delete a project and tear down its backend instance, including its database and stored data. This is destructive and irreversible — always confirm with the user first, and prefer matching by a specific id over a short prefix to avoid removing the wrong project. Requires an active billing account (set one with 'accounts_use'). Returns the deleted project's name and id on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project to delete — its UUID, name, or a unique prefix. Use a specific id to avoid accidental matches. Find ids via 'projects_list'. | |
| accountId | No | Billing account id the project belongs to. Defaults to the active account set via 'accounts_use'. |