Skip to main content

runtimes

Runtime commands for Datalayer CLI.

def list_runtimes(token: str | None = <typer.models.OptionInfo object at 0x7f9839328e10>) -> None

List running runtimes.

def list_runtimes_alias(token: str | None = <typer.models.OptionInfo object at 0x7f9839329090>) -> None

List running runtimes (alias for list).

def create_runtime(environment: str = <typer.models.ArgumentInfo object at 0x7f9839328f50>, given_name: str | None = <typer.models.OptionInfo object at 0x7f98393291d0>, credits_limit: float | None = <typer.models.OptionInfo object at 0x7f9839329310>, time_reservation: float | None = <typer.models.OptionInfo object at 0x7f9839329450>, token: str | None = <typer.models.OptionInfo object at 0x7f9839329590>) -> None

Create a new runtime.

def terminate_runtime(pod_name: str = <typer.models.ArgumentInfo object at 0x7f98393296d0>, token: str | None = <typer.models.OptionInfo object at 0x7f9839329810>) -> None

Terminate a running runtime.

def runtimes_list(token: str | None = <typer.models.OptionInfo object at 0x7f9839329950>) -> None

List running runtimes (root command).

def runtimes_ls(token: str | None = <typer.models.OptionInfo object at 0x7f9839329a90>) -> None

List running runtimes (root command alias).