Volumes

Delete a volume

Hard-deletes the volume. The underlying disk and all data on it are destroyed, irreversible.

Fails with 400 "Volume is attached; detach it before deleting" if the volume is currently attached to a sandbox or project. Detach the volume first (destroy the sandbox or detach via the project flow), then delete.

delete/volumes/{volumeId}

Path parameters

volumeIdstring required

24-char hex id of the volume.

Response

Volume deleted

Changes

No recorded changes to this endpoint across all 5 revisions of this API.