> 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/database/taxonomies/edit.md).

# Edit a taxonomy

**Where:** Database → Taxonomies → taxonomy → Edit · `/projects/<project>/db/taxonomies/<taxonomyName>/edit`

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

The same form as [Create a taxonomy](/cloud/database/taxonomies/new.md) with the saved values loaded (`txn_…`) — the header reads *Editing Cities taxonomy*. Change the name, description, **Parent**, or **Additional categories**, then **Save**. A **Delete** button with a confirmation dialog removes the taxonomy.

Terms are managed on their own screen — see [Terms](/cloud/database/taxonomies/terms.md).

## Use it from code

[Database → Taxonomies](/sdks-and-cli/database/taxonomies.md)

## API reference

Endpoints: [Save Database Taxonomy](/api-reference/database/taxonomies/save-database-taxonomy.md) and [Delete Database Taxonomy](/api-reference/database/taxonomies/delete-database-taxonomy.md).
