Uninstall the App from Nautobot¶
Here you will find any steps necessary to cleanly remove the App from your Nautobot environment.
Remove App Configuration¶
This app has no database models, so there are no migrations to roll back. Simply remove the configuration from nautobot_config.py:
- Remove
"nautobot_graphql_observability"from thePLUGINSlist. - Remove the
"nautobot_graphql_observability"entry fromPLUGINS_CONFIG(if present).
Uninstall the Package¶
Restart Services¶
Restart Nautobot services to apply the changes: