Raw Longhorn API request
longhorn_raw_requestSend a raw HTTP request to any Longhorn API endpoint that lacks a dedicated tool. Use GET freely; mutating POST/PUT/DELETE calls are blocked in read-only mode and require explicit user authorization.
Instructions
Escape hatch for any Longhorn API endpoint not covered by a named tool. In --read-only mode, only GET requests succeed — everything else is refused before it reaches Longhorn. GET is always safe to call freely; for POST/PUT/DELETE, treat this exactly like the destructive tools elsewhere in this server — do not call with a mutating method unless the user has explicitly authorized that specific action in this conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| path | Yes | Path starting with /v1/, e.g. "/v1/volumes/my-volume". | |
| method | Yes |