runtime_checkpoints
Runtime Checkpoint commands for Datalayer CLI (CRIU full-pod checkpoints).
def checkpoints_callback(ctx: typer.models.Context)
Runtime checkpoint management commands.
def checkpoints_list(runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51c810>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51c5d0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51e090>) -> None
List runtime checkpoints.
def checkpoints_ls(runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6d52d0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6d66d0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6d5d50>) -> None
List runtime checkpoints (alias for list).
def checkpoints_delete(checkpoint_uid: str = <typer.models.ArgumentInfo object at 0x7f965a6d6a10>, runtime_uid: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6d6790>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6d68d0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a6d6950>, yes: bool = <typer.models.OptionInfo object at 0x7f965a6d6a50>) -> None
Delete a runtime checkpoint.