Skip to main content

runtime_snapshots

Runtime Snapshot commands for Datalayer CLI.

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

List all snapshots.

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

List all snapshots (alias for list).

def create_snapshot(pod_name: str | None = <typer.models.OptionInfo object at 0x7fe8e36320d0>, name: str | None = <typer.models.OptionInfo object at 0x7fe8e3632210>, description: str | None = <typer.models.OptionInfo object at 0x7fe8e3632350>, stop: bool = <typer.models.OptionInfo object at 0x7fe8e3632490>, token: str | None = <typer.models.OptionInfo object at 0x7fe8e36325d0>) -> None

Create a snapshot from a running runtime.

def delete_snapshot(uid: str = <typer.models.ArgumentInfo object at 0x7fe8e3632710>, token: str | None = <typer.models.OptionInfo object at 0x7fe8e3632850>) -> None

Delete a snapshot.

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

List all snapshots (root command).

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

List all snapshots (root command alias).