Skip to main content
Move a finished session out of the active list. Archiving stops any running work, tears down the session machine, and keeps the transcript and report in the dashboard. The session stops accepting new messages.

Arguments

string
required
The session to archive.

Output

On success the command prints Archived Mo session <session-id>.

Notes

  • Only the user who started a session can archive it. Archiving someone else’s session fails with a not-found error.
  • Run your last mo download before archiving, because archiving removes the session machine.
  • mo send to an archived session fails. Unarchive the session in the dashboard to continue it.
  • Archiving does not stop a tunnel. Run mo tunnel stop separately.