Disable/Uninstall Agent
Method #1(Quickest): Disabling tCell via the user interface
- Log in to your tCell console.
- Open the "Policies" screen and select the "Overview" tab.
- Uncheck or disable every feature.
- Click Deploy.
Method #2(Complete uninstall): Removing the agent
Do one of the following
- Remove the following lines from your wsgi file:
1os.environ['TCELL_AGENT_CONFIG'] = '/var/www/html/tcell/tcell_agent.config'2os.environ['TCELL_AGENT_HOME'] = '/var/www/html/tcell'3import tcell_agent4tcell_agent.init()
- Remove tcell_agent run from the command to start your application.
- Remove the following lines from your wsgi file:
Delete the tcell_agent.config from your tcell directory(generally /var/www/html/tcell)
Uninstall the tCell agent.
1pip uninstall tcell_agentRestart the server.
Did this page help you?