Can we set option.goal and option.weight for a coverpoint from top or env or test

I have a covergoup which is defined inside deep inside design.

Example : top_design.module1.module2.module3.module4.cover_group_inst

This is created inside the design with no goal and weight setting .

I want to set or override the goal to 0% . I want to do this from my tb files , can be top module or test or env .
As you know we cannot have access to design files we cannot change them.
Is this possible ?

In reply to sameermsa:

Yes, you can change most instance specific covergroup options if you have a handle to the covergroup instance.