Skip to main content

runtimes

Runtime commands for Datalayer CLI.

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

List running runtimes.

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

List running runtimes (alias for list).

def create_runtime(environment: str = <typer.models.ArgumentInfo object at 0x7f43768bac50>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7f43768b96d0>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7f43768bae50>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7f43768bb610>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f43768bb810>) -> None

Create a new runtime.

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

Terminate a running runtime.

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

List running runtimes (root command).

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

List running runtimes (root command alias).