Can i provide jupyterhub-idle-culler-service values from options_form?

The idle culler runs as a central privileged service (as opposed to one service per user pod), so it’s not possible to pass user options.

However Jupyter Server has the ability to shut itself down, see ServerApp.shutdown_no_activity_timeout in
https://jupyter-server.readthedocs.io/en/latest/other/full-config.html

This post is a good explanation of the difference between the two, though some of the information is out of date: