---
title: argusctl deploy
description: Trigger a Render redeploy of an allowlisted service (server-side; no secret returned). Scope infra:write.
---

# argusctl deploy



{/* AUTO-GENERATED by scripts/generate-cli-reference.mjs from `argusctl introspect --json`.
    Do not edit by hand. Regenerate with: pnpm generate:cli */}

> Generated from argusctl v0.1.0 on 2026-06-09. Run `argusctl introspect --json` for the machine-readable tree.

## `argusctl deploy`

Trigger a Render redeploy of an allowlisted service (server-side; no secret returned). Scope infra:write.

```bash
argusctl deploy <service> [options]
```

| Argument  | Required |
| --------- | -------- |
| `service` | yes      |

| Option            | Description                               |
| ----------------- | ----------------------------------------- |
| `--reason <text>` | why (audited, 3-500 chars)                |
| `--clear-cache`   | clear the build cache for this deploy     |
| `--yes`           | confirm this production deploy (required) |
| `--dry-run`       | print the planned call without sending it |
| `--api <url>`     | API base URL                              |
| `--token <pat>`   | PAT to use                                |
| `--json`          | JSON output                               |
| `--fields <list>` | comma-separated fields to include         |


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)