Hi @jayv25585659,
Yes, technically it is possible to do a redirect from a Sling Model, but it’s not recommended and generally considered bad practice.
Here is ehy:
Sling Models are meant to represent content, provide data for the view, or encapsulate business logic for rendering.
Redirecting is ...