runtimes
Runtime commands for Datalayer CLI.
def runtimes_callback(ctx: typer.models.Context)
Runtime management commands.
def list_runtimes(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a512b90>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a512d90>) -> None
List running runtimes.
def list_runtimes_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a512910>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a512410>) -> None
List running runtimes (alias for list).
def create_runtime(environment: Optional[str] = <typer.models.ArgumentInfo object at 0x7f965a511e50>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7f965a512890>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7f965a5128d0>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7f965a513210>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a511410>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a511910>) -> None
Create a new runtime.
def terminate_runtime(pod_name: Optional[str] = <typer.models.ArgumentInfo object at 0x7f965a5133d0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a510590>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a510a10>) -> None
Terminate a running runtime.
def runtimes_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a5104d0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a511550>) -> None
List running runtimes (root command).
def runtimes_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a511610>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a512150>) -> None
List running runtimes (root command alias).