CH·02CLI reference

gpu watch delete

Delete a watch rule

Delete a watch rule

Synopsis

Deletes a watch rule immediately — there is no confirmation prompt, matching gpu webhooks delete. The rule stops being evaluated right away and will not alert again. Deleting an already-deleted rule reports not found.

Deletion is the only way to remove a rule; there is no undo and no recycle bin. If you want to stop alerts temporarily and keep the rule's targeting, disable it instead — a disabled rule does not fire and does not count against your organization's 50-enabled-rule limit.

Deleting a rule does not touch the webhook endpoint it delivered to. Endpoints are managed separately with gpu webhooks.

gpu watch delete <rule-id> [flags]

Examples

# Rule ids are UUIDs, as printed by `gpu watch list`
gpu watch delete 8b1f0c4e-2a55-4f13-9d84-6c2b7e0a3f91

Options

  -h, --help   help for delete

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 watch - Watch GPU price and availability, and get alerted when it moves

← The gpu CLI