Uninstall Pack
DELETE /api/system/analysis-pack
DELETE
/api/system/analysis-pack
Remove the installed pack and reset the spaCy pipeline.
Idempotent: if the pack is not installed, this is a no-op. Returns
the new status (always not_installed) so the UI can refresh.
Responses
Section titled “ Responses ”Successful Response
AnalysisPackStatusResponse
Current state of the Deep Analysis Pack.
object
packId
required
Packid
Stable identifier — currently always ‘analysis’.
string
displayName
required
Displayname
User-facing pack name.
string
status
required
AnalysisPackStatus
Install state.
string
requiredSizeBytes
required
Requiredsizebytes
Compressed download size required to install the pack.
integer