uniqc.gateway.cli module

Gateway management CLI: start / stop / restart / status.

uniqc.gateway.cli.restart(port=<typer.models.OptionInfo object>, host=<typer.models.OptionInfo object>)[source]

Stop and restart the gateway server.

Parameters:
  • port (int | None)

  • host (str | None)

Return type:

None

uniqc.gateway.cli.start(port=<typer.models.OptionInfo object>, host=<typer.models.OptionInfo object>)[source]

Start the gateway web UI server in the background.

Parameters:
  • port (int | None)

  • host (str | None)

Return type:

None

uniqc.gateway.cli.status()[source]

Check whether the gateway server is running.

Return type:

None

uniqc.gateway.cli.stop()[source]

Stop the running gateway server.

Return type:

None