acp_bulk_restart_sessions
Restart multiple stopped sessions in the Ambient Code Platform MCP Server to resume interrupted AI agent tasks. Supports batch operations for up to 3 sessions with confirmation required for safety.
Instructions
Restart multiple stopped sessions (max 3). Requires confirm=true.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project/namespace name (uses default if not provided) | |
| sessions | Yes | List of session names (max 3) | |
| confirm | No | Required for destructive operations (default: false) | |
| dry_run | No | Preview without executing (default: false) |