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 0x7f0f78faae10>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa9a50>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78faa7d0>) -> None
List runtime checkpoints.
def checkpoints_ls(runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa9710>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa83d0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa8390>) -> None
List runtime checkpoints (alias for list).
def checkpoints_delete(checkpoint_uid: str = <typer.models.ArgumentInfo object at 0x7f0f78faaa50>, runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa9ed0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fabc10>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa8110>, yes: bool = <typer.models.OptionInfo object at 0x7f0f78faa0d0>) -> None
Delete a runtime checkpoint.