Skip to main content

runtimes

Runtime commands for Datalayer CLI.

def runtimes_callback(ctx: typer.models.Context) -> None

Runtime management commands.

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

List running runtimes.

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

List running runtimes (alias for list).

def create_runtime(environment: Optional[str] = <typer.models.ArgumentInfo object at 0x7f849e7fac10>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7f849e7fb610>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7f849e7f9690>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7f849e7fbe50>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e7f8110>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e7f9250>) -> None

Create a new runtime.

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

Terminate a running runtime.

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

List running runtimes (root command).

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

List running runtimes (root command alias).