hmc_delete_logical_unit
Delete a logical unit from a cluster/SSP by UDID via an asynchronous job. Poll for status or set wait=True to block until completion.
Instructions
Delete a Logical Unit from a Cluster/SSP by its UDID.
Submits a DeleteLogicalUnit job and returns it — poll hmc_get_job for status (an asynchronous delete, unlike the immediate delete tools).
Set wait=True to block until the job reaches a terminal state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wait | No | ||
| lu_udid | Yes | ||
| cluster_uuid | Yes | ||
| poll_interval | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |