runtimes
Runtime commands for Datalayer CLI.
def list_runtimes(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb0991d8c10>) -> None
List running runtimes.
def list_runtimes_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb0991d90d0>) -> None
List running runtimes (alias for list).
def create_runtime(environment: str = <typer.models.ArgumentInfo object at 0x7fb0991d8510>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7fb0991daa50>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7fb0991da350>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7fb0991d8f50>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fb0991dad50>) -> None
Create a new runtime.
def terminate_runtime(pod_name: str = <typer.models.ArgumentInfo object at 0x7fb0991d8910>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fb0991d9bd0>) -> None
Terminate a running runtime.
def runtimes_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb0991d8950>) -> None
List running runtimes (root command).
def runtimes_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb0991d9b50>) -> None
List running runtimes (root command alias).