Documentation Index
Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt
Use this file to discover all available pages before exploring further.
Methods
list
list
List workspaces associated with the user. Optional filters include clusterId, fqn, and workspace name.
Parameters
Number of items per page
Number of items to skip
ClusterId of the Cluster
Workspace Name
Workspace FQN
When true, each workspace includes cluster information
Returns
🔗 ListWorkspacesResponseReturns all the workspaces associated with a user and also the response includes paginated data.
Usage
create_or_update
create_or_update
Creates a new workspace or updates an existing one based on the provided manifest.
Parameters
🔗 WorkspaceManifestWorkspace manifest
Dry run the request
Returns
🔗 GetWorkspaceResponse
- Creates or updates a workspace with given manifest
- Corresponding authorization entry with admin role is made using newly created workspace
- Attached with the cluster id where the workspace is created
Usage
search
search
List workspaces the user can read with optional structured
filter (name, id, environmentId, cluster_fqn) and pagination.Parameters
Number of items per page
Number of items to skip
JSON string containing array of search filters with string, type and operator
When true, each workspace includes cluster information
Returns
🔗 ListWorkspacesResponsePaginated workspaces matching the filter.
Usage
get
get
delete
delete