Currently tensorboard.dev (Hosted TensorBoard) uploader does not exit; it keeps running and listening for new data logged to the logdir, and the user needs to manually interrupt it with Ctrl+C to make it stop. It will be nice and useful to have a one-shot upload mode, in which it just uploads all the currently-available data in the logdir and exits cleanly like a typical command-line tool. This is useful for automation and cases in which the training job is done and the user just wants to upload it to tensorboard.dev for archival or sharing.