diff --git a/apps/supervisor/src/workloadServer/index.ts b/apps/supervisor/src/workloadServer/index.ts index 07801682b..d857b0da6 100644 --- a/apps/supervisor/src/workloadServer/index.ts +++ b/apps/supervisor/src/workloadServer/index.ts @@ -471,11 +471,11 @@ export class WorkloadServer extends EventEmitter { }); if (result.success) { - this.logger.info("Suspend completion submitted, deleting instance", { + this.logger.info("Suspend completion submitted", { runId, instanceId: body.instance_id, + snapshotId: body.snapshot_id, }); - await this.computeManager?.deleteInstance(body.instance_id); } else { this.logger.error("Failed to submit suspend completion", { runId,