Why Cedana?
Reduce compute costs by 20%-80%
Eliminate idle compute. Automatically suspends and resumes your workloads based on activity. Automatically bin-packs containers across instances, freeing up resources at fine-grain resolution.

Never lose work — even if hardware fails
Upon hardware or OOM failure, automatically resume workload on a new instance without losing work.
3x your performance
Accelerate cold start and time to first token by resuming your CPU/GPU workload from it's previous state. Eliminate boot time, initialization and other steps.



Use Cases




How it Works?
Save a process or container using our API. Saves the complete state of the workload including process and filesystem state, open network connections, in-memory (RAM and VRAM), data, namespaces and everything in between
Migrate the workload onto another instance.
Resume workloads as new process/container on another instance. Realtime performance with not service disruption.
Use Save, Migrate, Resume (SMR) to implement policy-based automation. Cedana automatically suspends and resumes workloads based on activity, enabling fine-grained bin packing of containers. This saves up to 80% of compute costs.
Easy Integration
"checkpoint_data": {
"container_name": "$CHECKPOINT_CONTAINER",
"sandbox_name": "$CHECKPOINT_SANDBOX",
"namespace": "$NAMESPACE",
"checkpoint_path": "$CHECKPOINT_PATH",
"root": "$ROOT"
}
}' http://$CONTROLLER_URL:1324/checkpoint
"checkpoint_data": {
"container_name": "$CHECKPOINT_CONTAINER",
"sandbox_name": "$CHECKPOINT_SANDBOX",
"namespace": "$NAMESPACE",
"checkpoint_path": "$CHECKPOINT_PATH",
"root": "$ROOT"
}
}' http://$CONTROLLER_URL:1324/restore