deleteCheckpoint
Agent Runtimes / api/runtimes/checkpoints / deleteCheckpoint
Function: deleteCheckpoint()
deleteCheckpoint(
token,runtimeUid,checkpointId,baseUrl?):Promise<void>
Defined in: src/api/runtimes/checkpoints.ts:230
Delete a runtime checkpoint.
Parameters
token
string
Authentication token
runtimeUid
string
The runtime UID that owns the checkpoint
checkpointId
string
The checkpoint ID (ULID) to delete
baseUrl?
string = DEFAULT_SERVICE_URLS.RUNTIMES
Base URL for the runtimes API
Returns
Promise<void>
Promise resolving when deletion is complete