You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using `--group-by`, `gpu` must always be `included`.
455
+
The `region` value can only be used together with `backend`.
456
+
457
+
The `offer` command allows you to filter and group offers with various [advanced options](../reference/cli/dstack/offer.md#usage).
458
+
459
+
430
460
## Metrics
431
461
432
462
`dstack`tracks essential metrics accessible via the CLI and UI. To access advanced metrics like DCGM, configure the server to export metrics to Prometheus. See [Metrics](metrics.md) for details.
Copy file name to clipboardExpand all lines: docs/docs/reference/cli/dstack/offer.md
+31-3Lines changed: 31 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# dstack offer
2
2
3
-
Displays available offers (hardware configurations) with the configured backends (or offers that match already provisioned fleets).
3
+
Displays available offers (hardware configurations) from configured backends or from fleets you’ve already provisioned. Supports filtering and grouping.
4
4
5
-
The output includes backend, region, instance type, resources, spot availability, and pricing details.
5
+
The output shows backend, region, instance type, resources, spot availability, and pricing.
6
6
7
7
## Usage
8
8
@@ -19,7 +19,7 @@ $ dstack offer --help
19
19
20
20
## Examples
21
21
22
-
### List GPU offers
22
+
### Filtering offers
23
23
24
24
The `--gpu` flag accepts the same specification format as the `gpu` property in [`dev environment`](../../../concepts/dev-environments.md), [`task`](../../../concepts/tasks.md),
25
25
[`service`](../../../concepts/services.md), and [`fleet`](../../../concepts/fleets.md) configurations.
@@ -71,6 +71,34 @@ Getting offers...
71
71
72
72
</div>
73
73
74
+
### Grouping offers
75
+
76
+
Use `--group-by` to aggregate offers. Accepted values: `gpu`, `backend`, `region`, and `count`.
0 commit comments