Mission Control Pause
Purpose
Pause Mission Control work without losing the current state summary.
The Codex chat agent is not the Mission Control Manager. It is the bridge between the user and the Mission Control Manager.
Use when
- The user asks to pause.
- Work should stop assigning new tasks.
- A risky moment needs a deliberate hold.
Workflow
- Clarify the pause mode if needed: after current task, immediately, or stop assigning new tasks.
- Call
mission_control_pauseif supported. - Confirm what is paused, what remains in flight, and what will be needed to resume.
Mission Control calls
Tools:
mission_control_pausemission_control_get_status
Resources:
mission-control://projects/{project_id}/orchestrations/{orchestration_id}/statusmission-control://projects/{project_id}/status
User-facing output
- State the pause mode, active tasks affected, and the next resume checkpoint.
- Keep it operational and brief.
Approval behavior
Pausing is usually user-directed. If the requested pause mode could interrupt risky operations, say so before issuing it.
Never do
- Do not claim work is paused without a backed status change.
- Do not kill processes unsafely from chat.
- Do not forget to summarize what was in progress.
Failure and fallback
If the backend only supports a generic pause, explain that limitation and use the safest available pause option.
Example invocation
Pause Mission Control after the current task finishes.