@@ -350,14 +350,12 @@ export interface LifecycleConfiguration {
350350
351351 /**
352352 * Lifecycle hooks for Devbox suspend. suspend_commands run sequentially as the
353- * configured Devbox user through the rage/vmagent suspend path before the Devbox
354- * suspends; failures are logged but do not block suspending. The
355- * suspend_deadline_ms budget defaults to 30000 ms, may not exceed 60000 ms, and
356- * covers broker drain plus suspend_commands. If the deadline is exceeded, suspend
357- * work is abandoned, the timeout is logged, and the Devbox still proceeds to
358- * suspend by shutting down vmagent and killing the VM. Resume hooks and resume
359- * deadline settings are persistence/internal only and hidden from the public API
360- * reference. launch_commands still run on every startup, including after resume.
353+ * configured Devbox user before the Devbox suspends; failures are logged but do
354+ * not block suspending. The suspend_deadline_ms budget defaults to 30000 ms, may
355+ * not exceed 60000 ms, and covers broker drain plus suspend_commands. If the
356+ * deadline is exceeded, suspend work is abandoned, the timeout is logged, and the
357+ * Devbox still proceeds to suspend. launch_commands still run on every startup,
358+ * including after resume.
361359 */
362360 lifecycle_hooks ?: LifecycleHooks | null ;
363361
@@ -369,14 +367,12 @@ export interface LifecycleConfiguration {
369367
370368/**
371369 * Lifecycle hooks for Devbox suspend. suspend_commands run sequentially as the
372- * configured Devbox user through the rage/vmagent suspend path before the Devbox
373- * suspends; failures are logged but do not block suspending. The
374- * suspend_deadline_ms budget defaults to 30000 ms, may not exceed 60000 ms, and
375- * covers broker drain plus suspend_commands. If the deadline is exceeded, suspend
376- * work is abandoned, the timeout is logged, and the Devbox still proceeds to
377- * suspend by shutting down vmagent and killing the VM. Resume hooks and resume
378- * deadline settings are persistence/internal only and hidden from the public API
379- * reference. launch_commands still run on every startup, including after resume.
370+ * configured Devbox user before the Devbox suspends; failures are logged but do
371+ * not block suspending. The suspend_deadline_ms budget defaults to 30000 ms, may
372+ * not exceed 60000 ms, and covers broker drain plus suspend_commands. If the
373+ * deadline is exceeded, suspend work is abandoned, the timeout is logged, and the
374+ * Devbox still proceeds to suspend. launch_commands still run on every startup,
375+ * including after resume.
380376 */
381377export interface LifecycleHooks {
382378 /**
0 commit comments