Elastic APM- apm-agent-attach-cli.jar: Stop collecting metrics through apm cli

Hi Jonas, Getting the configurations from properties file, APM agent is still pushing metrics to APM server. Is there anything else we need to look at to stop the metrics from being sent to APM server? We also tried disable_send to true and Instrument to false

Properties file:

elastic.apm.server_url=https://dc1-elsticuat08.ulinedm.com:8282
elastic.apm.recording=false
elastic.apm.application_packages=com.uline

Script we are running:

java -jar apm-agent-attach-cli.jar \
    --exclude-user root \
    --include-vmarg consul.port=8500 \
    --continuous \
    --config config_file=true
    --agent-jar elastic-apm-agent.jar