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 0x7f0f78b78910>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b67950>) -> None

List running runtimes.

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

List running runtimes (alias for list).

def create_runtime(environment: Optional[str] = <typer.models.ArgumentInfo object at 0x7f0f78b64cd0>, given_name: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78b78610>, credits_limit: Optional[float] = <typer.models.OptionInfo object at 0x7f0f78b64f10>, time_reservation: Optional[float] = <typer.models.OptionInfo object at 0x7f0f78ba5c50>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78ba5a50>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78ba4c90>) -> None

Create a new runtime.

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

Terminate a running runtime.

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

List running runtimes (root command).

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

List running runtimes (root command alias).