VM

Delete a virtual machine storage attachment

Remove a storage attachment from a shut-off virtual machine. Backing data is preserved by default. Set deleteBacking=true to permanently delete the managed RAW file or ZFS volume as well. Backing deletion is not supported for Downloader media or filesystem shares. Storage topology changes are blocked while the VM is protected by replication.

delete/vm/{rid}/storage/{storageId}

Path parameters

ridinteger required

Virtual Machine RID

storageIdinteger required

Storage ID

Query parameters

deleteBackingboolean

Permanently delete managed RAW or ZVOL backing storage and its data

Response

Success

{"stackTrail":"components:schemas:github_com_alchemillahq_sylve_internal.APIResponse-any:properties:data","oasType":"schema","type":"unknown"}
errorstring
messagestring
statusstring

Changes