How to disable dashboard in serve run?

Yes! It’s in the exact doc you linked. Simply run

ray start --include-dashboard=False

# or if running locally
ray start --include-dashboard=False --head

before running the serve run command will prevent dashboard from starting

1 Like