gpu watch
Watch GPU price and availability, and get alerted when it moves
Watch GPU price and availability, and get alerted when it moves
Synopsis
Create rules that alert you when a GPU model's price drops below a number you set, or when it comes back in stock. A rule targets a GPU model with optional --region and --capacity-class filters — leave them off to watch every region and both classes, which is usually what you want: the point of an aggregator is that you do not care where the capacity comes from.
Alerts are delivered to your organization's registered webhook endpoints (see gpu webhooks) and by email to the person who created the rule. A rule can be routed to one specific endpoint with --webhook-endpoint, which takes an endpoint id — never a URL.
A rule can be changed in place with gpu watch update — moving a threshold does not cost you the rule's id or its history. An edit re-arms the rule, because the fired latch described the condition you just replaced.
Watch rules only notify. They never launch anything and never spend money. There is no flag on this command family that turns a watch into a purchase. To have matching capacity launched for you automatically, create a separate auto-launch rule with gpu autolaunch create, which asks for a spend ceiling up front and freezes the launch spec at the moment you approve it.
gpu watch [command]
Options
-h, --help help for watch
Options inherited from parent commands
--api-base string API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
--debug Enable debug logging to stderr
-o, --output string Output format: table|json (default table on TTY, json otherwise)
SEE ALSO
- gpu - GPU.ai command-line interface
- gpu watch create - Create a watch rule
- gpu watch delete - Delete a watch rule
- gpu watch get - Get a watch rule
- gpu watch list - List your watch rules
- gpu watch update - Change a watch rule without deleting it