Pantheon\Terminus\Models\NewRelic::disable PHP Method

disable() public method

Disables New Relic
public disable ( ) : Workflow
return Workflow
    public function disable()
    {
        return $this->site->getWorkflows()->create('disable_new_relic_for_site', ['site' => $this->site->id]);
    }