Delete volume
arcane_volume_deletePermanently delete a Docker volume and all its data. Specify environment ID and volume name; optionally force removal if in use.
Instructions
[CRITICAL RISK] Permanently delete a Docker volume and ALL its data. This cannot be undone!
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| volumeName | Yes | Volume name to delete | |
| force | No | Force removal even if in use |