# Uninstall Trilio

You may want to decommission Trilio as a service for your OpenStack. In this approach, you may not have the need to keep backups that were created and you would like to do complete uninstall of the product.

1. Delete all instances of Trilio.
2. On nova controller node, uninstall tvault-contego-api module.
3. On each nova compute node, uninstall tvault-contego data mover.
4. Uninstall tvault-horizon-plugin from the horizon dashboard node
5. Login as Admin to horizon dashboard and delete triliovault user.
6. You can also clear all the contents from the NFS share or S3 bucket that is configured as backup target for Trilio.

## Uninstall Trilio components in RHOSP16

To uninstall the Trilio components, you need modify the deploy command and update the cloud using the new command.

Remove the trilio\_env\_osp16.yaml and roles\_data.yaml from overcloud deploy command and then run it. After the changes the overcloud deployment command will look like this:

```
openstack overcloud deploy --templates \
--libvirt-type qemu \
--ntp-server 192.168.1.34 \
-e /home/stack/templates/node-info.yaml \
-e /home/stack/containers-prepare-parameter.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ssl/enable-tls.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ssl/inject-trust-anchor.yaml \
-e /usr/share/openstack-tripleo-heat-templates/environments/ssl/tls-endpoints-public-ip.yaml
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trilio.io/openstack/tvo-4.0/deployment/uninstall-triliovault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
