Skip to content

dstack gateway

A gateway allows publishing services at a custom domain with HTTPS.

dstack gateway list

The dstack gateway list command displays the names and addresses of the gateways configured in the project.

Usage
$ dstack gateway list --help
Usage: dstack gateway list [-h] [-w] [-v] [--format {plain,json}] [--json]

Options:
  -h, --help            show this help message and exit
  -w, --watch           Update listing in realtime
  -v, --verbose         Show more information
  --format {plain,json}
                        Output format (default: plain)
  --json                Output in JSON format (equivalent to --format json)

dstack gateway delete

The dstack gateway delete command deletes the specified gateway.

Usage
$ dstack gateway delete --help
Usage: dstack gateway delete [-h] [-y] name

Positional Arguments:
  name        The name of the gateway

Options:
  -h, --help  show this help message and exit
  -y, --yes   Don't ask for confirmation