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 0x7f2348a8c550>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8d250>) -> None
List running runtimes.
def list_runtimes_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8c510>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8dcd0>) -> None
List running runtimes (alias for list).
def create_runtime(environment: Optional[str] = <typer.models.ArgumentInfo object at 0x7f2348a8c190>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8dfd0>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7f2348a8cd90>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7f2348a8d3d0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8c4d0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8d210>) -> None
Create a new runtime.
def terminate_runtime(pod_name: Optional[str] = <typer.models.ArgumentInfo object at 0x7f2348a8c250>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8f810>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8cc90>) -> None
Terminate a running runtime.
def runtimes_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8fdd0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8c8d0>) -> None
List running runtimes (root command).
def runtimes_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8ca50>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8e090>) -> None
List running runtimes (root command alias).