clash.profiles.refresh
Refresh a remote subscription profile by UID through the Clash Verge Adapter with light confirmation. Local profiles return not applicable.
Instructions
Refresh a remote subscription Profile through the authenticated local Clash Verge Adapter. Local profiles return NOT_APPLICABLE. Remote profiles require light confirmation. Capability remains fail-closed and returns BLOCKED when the Adapter is unavailable or unauthenticated. This is a Verge subscription refresh, not a Mihomo Provider refresh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | Profile UID to refresh (must match ^[A-Za-z0-9_-]{1,120}$) | |
| confirmed | No | Must be true to proceed (light confirmation). Not required for local profiles, which return NOT_APPLICABLE. | |
| timeoutMs | No | Optional refresh timeout in ms (clamped to [1000, 60000], default 30000) |