deploy_diagnose_url
Diagnose whether the current live release serves a given URL, including match status, metadata, and warnings for ignored query or fragment, without mutating deploy state.
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. |