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]
Options:
-h, --help show this help message and exit
-w, --watch Update listing in realtime
-v, --verbose Show more information
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