Skip to content

Runta

Main synchronous client for runtimes, secrets, and checkpoints.

Sync · Async counterpart: AsyncRunta

class Runta:
Runta(*, token: str | None = None, endpoint: str | None = None, config_path: str | Path | None = None, timeout: float = 30.0)
Name Type or value Description
runtimes RuntimeManager Return the runtime manager.
secrets SecretManager Return the tenant secret manager.
checkpoints CheckpointManager Return the tenant checkpoint manager.

Release client resources.

def close() -> None

Return whether the Runta API is reachable.

def health() -> bool
  • bool