providers
Uninstall Provider
Queue an uninstall of a provider.
Drops cascade resources synchronously (when requested), then writes a DELETE_REQUESTED installation outbox entry. The installer worker performs the kubernetes / NATS / SurrealDB cleanup out of band and removes the installation row on success.
DELETE
Uninstall Provider
Documentation Index
Fetch the complete documentation index at: https://docs.pragmatiks.io/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Upgrade ProviderQueue an upgrade of an installed provider to a new version.
Updates ``installed_version`` to the target, transitions the row to
PENDING, and writes an UPGRADE_REQUESTED installation outbox entry.
The installer worker performs the rolling deploy out of band; the
registration consumer transitions the row to READY when the new
runtime checks in.
Returns:
The updated installed provider record (now PENDING).
Next
Uninstall Provider