Merge "[Api-ref] Add force parameter to volume delete"
This commit is contained in:
commit
4db6210adc
@ -897,6 +897,14 @@ force_4:
|
|||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
force_5:
|
||||||
|
description: |
|
||||||
|
Indicates whether to force deletes a volume even if
|
||||||
|
the volume is in deleting or error_deleting. Default is ``false``.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
min_version: 3.23
|
||||||
free_capacity:
|
free_capacity:
|
||||||
description: |
|
description: |
|
||||||
The amount of free capacity for the back-end
|
The amount of free capacity for the back-end
|
||||||
|
@ -468,6 +468,7 @@ Request
|
|||||||
- project_id: project_id_path
|
- project_id: project_id_path
|
||||||
- volume_id: volume_id_path
|
- volume_id: volume_id_path
|
||||||
- cascade: cascade
|
- cascade: cascade
|
||||||
|
- force: force_5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user