agentic-qe
Version:
Agentic Quality Engineering Fleet System - AI-driven quality management platform
18 lines • 581 B
TypeScript
export interface FleetRestartOptions {
graceful?: boolean;
force?: boolean;
rollback?: boolean;
}
export declare class FleetRestartCommand {
static execute(options: FleetRestartOptions): Promise<void>;
private static createRestartBackup;
private static updateFleetStatus;
private static gracefulStop;
private static forceStop;
private static clearRuntimeData;
private static restartAgents;
private static verifyRestart;
private static rollbackRestart;
private static storeRestartOperation;
}
//# sourceMappingURL=restart.d.ts.map