List Installed
List installed providers for the current tenant.
Returns installed providers for the authenticated user’s organization.
Returns: Installed provider records.
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.
Response
Successful Response
Lifecycle state of a ProviderInstallation.
Mirrors the resource lifecycle pattern: a single linear state owned
by the installation row that platform workers transition forward.
Distinct from :class:DeploymentStatus, which reflects the observed
state of the underlying kubernetes Deployment.
States: PENDING: Installation row created; no deploy attempt yet. PROCESSING: Deploy in flight (artifact apply or upgrade running). READY: Provider self-registered and is reachable. FAILED: Deploy or registration failed terminally. DELETING: Uninstall in progress; row will be removed when done.
pending, processing, ready, failed, deleting healthy, degraded Slash-joined prefix/name canonical string of the owning provider.
Returns: Display form of the provider identity this installation targets.
How a tenant wants installed providers to be upgraded.
auto, manual Resource allocation tier for an installed provider.
free, standard, performance