Skip to main content

runtimes

Runtime commands for Datalayer CLI.

def list_runtimes() -> None

List running runtimes.

def list_runtimes_alias() -> None

List running runtimes (alias for list).

def create_runtime(environment: str = <typer.models.ArgumentInfo object at 0x7faa78f4c910>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7faa78f4e550>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7faa78f4cf50>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7faa78f4e1d0>) -> None

Create a new runtime.

def terminate_runtime(pod_name: str = <typer.models.ArgumentInfo object at 0x7faa78f4db10>) -> None

Terminate a running runtime.

def runtimes_list() -> None

List running runtimes (root command).

def runtimes_ls() -> None

List running runtimes (root command alias).