How do I keep a snap from starting on boot?

Solution 1:

You can disable services with snap disable (name) and enable when you need it with snap enable (name).

You can see the names of services in snap info (snapname).