Skip to main content

runtimes

Runtime commands for Datalayer CLI.

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

List running runtimes.

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

List running runtimes (alias for list).

def create_runtime(environment: str = <typer.models.ArgumentInfo object at 0x7fb42f750090>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f7523d0>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7fb42f753090>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7fb42f751390>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f750950>) -> None

Create a new runtime.

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

Terminate a running runtime.

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

List running runtimes (root command).

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

List running runtimes (root command alias).