Uninstall
Uninstall
Removing Orchestrion
Removing Orchestrion from your project is a simple process to go back to the original state of your project before you started using Orchestrion.
The steps can be summed up as:
- Remove any files created by orchestrion like orchestrion.tool.goandorchestrion.yml.
- Run go mod tidyto remove any references to orchestrion in yourgo.modfile.
- Remove directives from your source code if any like //orchestrion:ignoreor//dd:span
- Remove any references to orchestrion in your build scripts or CI/CD pipelines or Dockerfile
ℹ️
You can confirm that orchestrion has been removed correctly by looking at your application logs and checking
if they still contain the DataDog Tracer startup log starting with 
DATADOG TRACER CONFIGURATION.Last updated on