colab_process_export_cleanup
Discard failed export stage to clean up local state after abandoning retry, without altering remote artifacts.
Instructions
Discard failed export stage. Use only after abandoning retry; remote artifacts are unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Tracked session name. Null is allowed only when exactly one session exists. | |
| local_path | Yes | Path on the MCP host, resolved under the host user's permissions. | |
| process_id | Yes | Opaque process_id returned by colab_process_start or colab_run_command. | |
| remote_path | Yes | Runtime path confined to /content; relative paths resolve under /content. |