Can I use foreman_hooks to kickstart an update on a host or provision a host?

As I understand it, foreman hooks are only activated during the lifecycle of a request; the provisioning or update request must still be made by the user to Foreman. Is there a way I can kickstart provisioning or updating using hooks?

Foreman_hooks is reactive. If you want to initiate something, use our CLI or API or web UI.

1 Like

Thanks!