dstack fleet¶
Fleets enable efficient provisioning and management of clusters and instances.
dstack fleet list¶
The dstack fleet list
command displays fleets and instances.
$ dstack fleet list --help
Usage: dstack fleet 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 fleet delete¶
The dstack fleet delete
deletes fleets and instances.
Cloud instances are terminated upon deletion.
$ dstack fleet delete --help
Usage: dstack fleet delete [-h] [-i INSTANCE_NUM] [-y] name
Positional Arguments:
name The name of the fleet
Options:
-h, --help show this help message and exit
-i, --instance INSTANCE_NUM
The instances to delete
-y, --yes Don't ask for confirmation