Skip to main content
The main client for TrueFoundry SDK operations. This client provides access to all SDK functionality through organized sub-clients.

Client Methods

Applies a given manifest to create or update resources of specific types, such as provider-account, cluster, workspace, or ml-repo.

Parameters

TrueFoundryApplyRequestManifest
required
🔗 TrueFoundryApplyRequestManifestmanifest of the resource to be created or updated
typing.Optional[bool]
Dry run the apply operation without actually applying

Returns

TrueFoundryApplyResponse
🔗 TrueFoundryApplyResponseThe resource has been successfully created or updated.

Usage

Deletes resources of specific types, such as provider-account, cluster, workspace, or application.

Parameters

TrueFoundryDeleteRequestManifest
required
🔗 TrueFoundryDeleteRequestManifestmanifest of the resource to be deleted

Returns

None

Usage