autohealing in gcloud modules

Help!
I have been looking and looking and I cannot find anything.

I created my gcloud instance templates, I created a managed instance group, I do have health checks.
How can I enable autohealing in my instance group manager (or gce_mig or …) and link the health check with it?
(Other than issuing a gcloud compute command …)

gcloud beta compute instance-groups managed set-autohealing [INSTANCE_GROUP] \

    --health-check example-check \
    --initial-delay 120 \
    --zone [ZONE]



Ideas anyone?

Thank you!

Katja