shutdown_runtime
Disconnect and release the active Colab runtime after completing long-running work like training. Save files first to prevent data loss.
Instructions
Disconnects and releases/unassigns the active Colab CPU/GPU runtime instance. Call this as the final cleanup step after training or long runtime work is complete or cancelled. Download needed weights, logs, and artifacts first because /content files can be lost after release. This does not uninstall the MCP server and does not close the browser tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional cleanup reason printed before releasing the Colab runtime, for example 'training finished' or 'training cancelled'. |