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

List runtime checkpoints.

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

List runtime checkpoints (alias for list).

def checkpoints_delete(checkpoint_uid: str = <typer.models.ArgumentInfo object at 0x7f849e5b3650>, runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f849e5b3ed0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e5b2e90>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e5b2710>, yes: bool = <typer.models.OptionInfo object at 0x7f849e5b3690>) -> None

Delete a runtime checkpoint.