1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

api: file_delete_force

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2026-01-04 09:44:54 -05:00
parent f9c3aff11c
commit bf512b985d
2 changed files with 5 additions and 0 deletions

View File

@@ -2962,3 +2962,7 @@ This adds support for running virtual machines from `QCOW2` images. Support is c
## `oidc_allowed_subnets`
This indicates support by Incus for the custom `incus.allowed_subnets` OIDC claim.
## `file_delete_force`
This adds a new `X-Incus-force` HTTP header that when set to `true` allows for recursive deletion of instance or custom volume files.