runtimes
Runtime commands for Datalayer CLI.
def list_runtimes(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f08fd0>) -> None
List running runtimes.
def list_runtimes_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f0a490>) -> None
List running runtimes (alias for list).
def create_runtime(environment: str = <typer.models.ArgumentInfo object at 0x7f7185f0a990>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f0a050>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7f7185f0bd90>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7f7185f0acd0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f0b050>) -> None
Create a new runtime.
def terminate_runtime(pod_name: str = <typer.models.ArgumentInfo object at 0x7f7185f09110>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f09c10>) -> None
Terminate a running runtime.
def runtimes_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f08f50>) -> None
List running runtimes (root command).
def runtimes_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f086d0>) -> None
List running runtimes (root command alias).