# Control Commands Read this when you need diagnostics, cancellation, or to re-enable a cancelled chat scope. ## Useful Commands - Runtime diagnostics: - ` status --json` - Cancel outstanding Netcatty work for this chat scope: - ` cancel --chat-session --json` - Re-enable execution for that same chat scope: - ` resume --chat-session --json` ## Rules - `cancel` affects the current chat scope; it requests cancellation for in-flight `exec`, session-backed SFTP transfers, and running `job-start` work in that scope. Later `exec` calls in that scope stay blocked until `resume`. - Do not issue control commands concurrently with other Netcatty CLI commands for the same chat session.