create_watch
Create a price watch (tripwire): fires when the best live fee-adjusted price per GPU-hour matching gpu (and optional offer_class) drops to or under max_price_per_gpu_hr. Checked every poll (~5 min). Returns the watch with its id — the id is the only key; poll it with watch_status, or give a public webhook_url to be POSTed on each trip. Watches re-arm when the price climbs 2% back over the line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gpu | Yes | ||
| offer_class | No | ||
| webhook_url | No | ||
| max_price_per_gpu_hr | Yes |