> For the complete documentation index, see [llms.txt](https://chameleoncloud.gitbook.io/chi-in-a-box/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chameleoncloud.gitbook.io/chi-in-a-box/operations/runbooks/provider-conflict.md).

# Provider Conflict

Symptom: Nova shows a 409 conflict for an instance UUID.

Resolution:

1. Run `openstack resource provider list --name <uuid>` to get the resource provider UUID
2. run `openstack resource provider delete <uuid>` to remove that provider. It should be auto-recreated if needed.
