<!-- Canonical page: https://docs.radforge.dev/reference/cli/remote/ -->

# rad remote

<!-- GENERATED FILE. Run npm run generate in documentation/. Do not edit by hand. -->

```text
Usage: rad remote <command> [options]

Commands:
  rad remote run       Upload a local plan and tracked source, then submit it.
  rad remote status    Read one remote run.
  rad remote findings  Read findings for one remote run.
  rad remote cancel    Cancel one remote run attempt.
  rad remote retry     Retry a finished run with the same plan and source snapshot.
  rad remote doctor    Verify the API token and server compatibility.

Common options:
  --endpoint <url>      HTTPS API origin with no path. Defaults to RADFORGE_REMOTE_URL.
  --json                Render JSON output.

Authentication is read only from RADFORGE_API_TOKEN; it is never accepted as an argument.
```
