resume_session
Send a message to a sleeping or active Devin session and monitor until completion. Wake paused sessions or give follow-up instructions for ongoing tasks.
Instructions
Send a message to a Devin session and monitor it until completion.
Use this to resume a session that has gone to sleep (e.g. due to ACU limits) or to send follow-up instructions to a running session. Sending a message to a sleeping session will wake it up. After sending the message, the session is monitored until it reaches a terminal state.
Args: session_id: The identifier of the session to message. message: The message to send (e.g. instructions to continue work). progress: FastMCP Progress dependency for reporting status updates.
Returns: Final session details including status, messages, and metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||