Lightbits Command Line Interface
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
lbcli delete volume
Copy Markdown
Open in ChatGPT
Open in Claude
Deletes an existing storage volume.
Synopsis
Deletes a volume with a specified name or UUID.
Bash
lbcli delete volume [UUID|NAME] [flags]Examples:
Bash
x
# Delete a single volume with name 'vol1' under 'proj-a' project.lbcli -J $JWT delete volume --project-name=proj-a --name="vol1"# Delete a single volume with UUID 302e7970-b138-11e9-91d4-525401643394 under 'proj-a' project.lbcli -J $JWT delete volume --project-name=proj-a --uuid="302e7970-b138-11e9-91d4-525401643394"This command is an asynchronous operation. To verify that the delete volume operation succeeded, use the lbcli list volumes or get volume commands.
| Flag | Type | Description |
|---|---|---|
| --name | string | Name of the volume for deletion (required if UUID is not given). |
| --uuid | string | UUID of the volume for deletion (required if name is not given). |
| --project-name | string | The project this volume belongs to. |
| --help | bool | Help for volume delete. |
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
lbcli delete server© 2026 Lightbits Labs™
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message