Documentation Index

Fetch the complete documentation index at: https://kb.vastdata.com/llms.txt

Use this file to discover all available pages before exploring further.

dbox decommission

Prev Next

This command decommissions one or more DBoxes from the cluster.

Usage

dbox decommission [--ids DBOX_IDs]
                  [--resume]
                  [--skip-raid-health-checks]

Options

--ids DBOX_IDs

Specify a comma-separated list of DBox IDs to remove.

--resume

Resume a failed or stalled removal operation.

--skip-raid-health-checks

Skip RAID health checks during removal.

Example

This example shows how to decommission DBoxes 1 and 2 from the cluster:

vcli: admin> dbox decommission --ids 1,2