Skip to content

Uninstall 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.

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
Allowed values: not_installed installing installed failed
requiredSizeBytes
required
Requiredsizebytes

Compressed download size required to install the pack.

integer
lastError
Any of:
string