Skip to main content

runtimes

Runtime commands for Datalayer CLI.

def list_runtimes(token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aeaaa050>) -> None

List running runtimes.

def list_runtimes_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aeaa9c10>) -> None

List running runtimes (alias for list).

def create_runtime(environment: str = <typer.models.ArgumentInfo object at 0x7fd4aeaabf90>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aeb9ead0>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7fd4aeac1710>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7fd4aeac2810>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aeac2dd0>) -> None

Create a new runtime.

def terminate_runtime(pod_name: str = <typer.models.ArgumentInfo object at 0x7fd4aeac2090>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aeac1950>) -> None

Terminate a running runtime.

def runtimes_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aeac0850>) -> None

List running runtimes (root command).

def runtimes_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7fd4aeac1b90>) -> None

List running runtimes (root command alias).