Upgrade an installed provider to a new version.
Deploys a new pre-built image via rolling Kubernetes update, replaces resource schemas from the new version, and updates the ProviderInstallation record with the new version.
Returns: The updated installed provider record.
Request model for upgrading an installed store provider.
Attributes: version: Target version to upgrade to (None = upgrade to latest published).
Successful Response
Public-facing response model for a provider installation.
Excludes internal infrastructure fields (deployment_name, service_name, current_image) that are not meaningful to API consumers.
Attributes: provider_name: Name of the installed provider. installed_version: Semver of the currently installed version. current_version: Version currently deployed (None if never deployed). upgrade_policy: Whether upgrades are applied automatically or manually. resource_tier: Resource allocation tier for the provider. config: Key-value pairs injected as environment variables on the deployment. installed_at: Timestamp when the provider was first installed. created_at: Creation timestamp. updated_at: Last update timestamp.
How a tenant wants installed providers to be upgraded.
auto, manual Resource allocation tier for an installed provider.
free, standard, performance