Create backing image
backingimage_createCreate a new Longhorn backing image by specifying source type and parameters, such as a trusted download URL for server-side fetching. This destructive action requires explicit user authorization before execution.
Instructions
Create a new backing image. With sourceType "download", Longhorn fetches parameters.url server-side from its own network position — only use with a URL the user has explicitly provided and trusts. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/advanced-resources/backing-image/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| extra | No | Additional Longhorn fields, merged verbatim into the request body. | |
| parameters | Yes | Source-type-specific parameters (e.g. { url } for "download"). | |
| sourceType | Yes | e.g. "download", "upload", "export-from-volume", "restore", "clone". |