deploy_diagnose_url
Diagnose whether a public URL is served by the current live release, revealing match status, diagnostic body, static cache metadata, and structured warnings. Provides actionable next steps without fetching or mutating data.
Instructions
Read-only authenticated diagnostics for a Run402 public URL or host/path pair. Explains whether the current live release would serve the URL, including match, diagnostic body status, static manifest/cache metadata when returned, structured warnings for ignored query/fragment, and next steps. This does not fetch bytes, purge cache, mutate deploy state, or expose internal CAS URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID used for local apikey lookup. It is not sent as a query parameter. | |
| url | No | Absolute HTTP(S) public URL to diagnose. Mutually exclusive with host/path. | |
| host | No | Lower-level hostname form without scheme, path, query, or fragment. | |
| path | No | Lower-level public URL path. Must start with '/' when supplied. | |
| method | No | HTTP method to diagnose. Defaults to gateway behavior when omitted. |