pool.remove

Remove a disk from pool of id id.

Example:

{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "pool.remove",
    "params": [1, {
        "label": "80802394992848654"
    }]
}

This method is a job.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer

ID of the pool to remove a disk from.

Parameter 2: options

options

Type: object

Disk identifier to remove from the pool.

No Additional Properties

Label

Type: string

The vdev guid or device name.

Result

Type: null

Returns null on successful disk removal.



Required roles: POOL_WRITE