Skip to main content

runtime_checkpoints

Runtime Checkpoint commands for Datalayer CLI (CRIU full-pod checkpoints).

def checkpoints_callback(ctx: typer.models.Context) -> None

Runtime checkpoint management commands.

def checkpoints_list(runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a83210>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a83b50>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a83b90>) -> None

List runtime checkpoints.

def checkpoints_ls(runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a83e90>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a82d50>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a82810>) -> None

List runtime checkpoints (alias for list).

def checkpoints_delete(checkpoint_uid: str = <typer.models.ArgumentInfo object at 0x7f2348a83fd0>, runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a83050>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a81c50>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a81dd0>, yes: bool = <typer.models.OptionInfo object at 0x7f2348a83ed0>) -> None

Delete a runtime checkpoint.