Skip to content

docs: Cloudflare One Appliance restart, reboot, and shutdown operations#32131

Open
nikitacano wants to merge 3 commits into
productionfrom
ncano/appliance-restart-reboot-shutdown-docs
Open

docs: Cloudflare One Appliance restart, reboot, and shutdown operations#32131
nikitacano wants to merge 3 commits into
productionfrom
ncano/appliance-restart-reboot-shutdown-docs

Conversation

@nikitacano

@nikitacano nikitacano commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

What

Documents the new appliance operations feature (SHIP-14840 / MCONN-1172): customers can now restart, reboot, or shut down a Cloudflare One Appliance from the dashboard or via API.

Operations

Operation Effect
Restart Restart managed services. Purges temporary and (optionally) persistent state.
Reboot Power cycle the appliance. Optionally, purge persistent state. Re-applies configuration starting from scratch.
Shutdown Power off the appliance. Optionally, purge persistent state. The machine will be offline until manually powered on again.

Files added

  • Partial: src/content/partials/networking-services/mconn/maintenance/appliance-operations.mdx — shared content with Dashboard + API tabs
  • Cloudflare WAN wrapper: src/content/docs/cloudflare-wan/configuration/appliance/maintenance/appliance-operations.mdx
  • Cloudflare One wrapper: src/content/docs/cloudflare-one/.../maintenance/appliance-operations.mdx
  • Changelog entry: src/content/changelog/cloudflare-wan/2026-07-17-appliance-restart-reboot-shutdown.mdx
  • Demo GIF: src/assets/images/changelog/cloudflare-wan/2026-07-17-appliance-restart-reboot-shutdown.gif

Add documentation for SHIP-14840 (MCONN-1172): customers can now
restart, reboot, or shut down a Cloudflare One Appliance from the
dashboard (Edit Appliance > Operations) or via API.

- New partial with Dashboard + API tabs
- Wrapper pages for cloudflare-wan and cloudflare-one doc trees
- Changelog entry with demo GIF
@cloudflare-docs-bot

cloudflare-docs-bot Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Review

💡 2 suggestions found in commit 13b0ab9.

Fix in your agent
Fix the following review findings in PR #32131 (https://github.com/cloudflare/cloudflare-docs/pull/32131).

Before making changes, review each finding and present a brief summary table:
- For each finding, state whether you agree, disagree, or need clarification
- If you disagree (e.g. the fix requires disproportionate effort for minimal benefit,
  or the finding is factually incorrect), explain why
- If you need clarification before deciding, ask those questions
- Then share your plan for which issues to tackle and in what order

After triaging, fix all legitimate findings. For any you decide to skip,
post a comment on this PR with the finding ID and your reasoning.

---

## Code Review

### Suggestions (1)

#### CR-f722bc3de054 · Unused component import
- **File:** `src/content/partials/networking-services/mconn/maintenance/appliance-operations.mdx` line 4
- **Issue:** The import statement includes `Markdown`, but the component is never used in the file.
- **Fix:** Remove `Markdown` from the import list, keeping only `Aside`, `DashButton`, `Tabs`, and `TabItem`.

---

## Style Guide Review

### Suggestions (1)

#### SG-0c61b7190973 · Bullet list has fewer than three items
- **File:** `src/content/partials/networking-services/mconn/maintenance/appliance-operations.mdx` line 30
- **Issue:** Step 6 in the Dashboard tab introduces a two-item `-` list for confirmation-dialog checkboxes.
- **Fix:** Rewrite the two checkbox items as a single sentence or short paragraph instead of a bulleted list.

Code Review

This code review is in beta and may not always be helpful — use your judgment.

Suggestions (1)
File Issue
partials/networking-services/mconn/maintenance/appliance-operations.mdx line 4 Unused component import — The import statement includes Markdown, but the component is never used in the file. Fix: Remove Markdown from the import list, keeping only Aside, DashButton, Tabs, and TabItem.

Conventions

No convention issues found.

Style Guide Review

Suggestions (1)
File Issue
partials/networking-services/mconn/maintenance/appliance-operations.mdx line 30 Bullet list has fewer than three items — Step 6 in the Dashboard tab introduces a two-item - list for confirmation-dialog checkboxes. Fix: Rewrite the two checkbox items as a single sentence or short paragraph instead of a bulleted list.
Commands

Only codeowners can run commands. Post a comment with the command to trigger it.

Command Description
/review Runs a review now. Incremental if a prior review exists, full if not.
/full-review Re-reviews the entire PR diff from scratch, ignoring incremental history. Useful after a rebase, when you want a fresh review, or if the bot gets out of sync and reports issues that no longer exist.
/ignore-review-limit Permanently lifts the 2-review automatic limit for this PR. Future pushes will trigger reviews as normal.
/disable-auto-review Stops automatic reviews from triggering on future pushes to this PR. Codeowners can still run /review or /full-review manually.

@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/assets/images/ @cloudflare/pm-changelogs, @cloudflare/product-owners
/src/content/changelog/ @cloudflare/pm-changelogs, @cloudflare/product-owners
/src/content/docs/cloudflare-one/ @ranbel, @Maddy-Cloudflare, @codyanthony850, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/docs/cloudflare-wan/ @steve-cloudflare, @jeffh-cloudflare, @alpdot, @cloudflare/cf1-reviewers, @elithrar, @cloudflare/product-owners
/src/content/partials/networking-services/ @steve-cloudflare, @jeffh-cloudflare, @alpdot, @cloudflare/product-owners

- Drop the CF1 vs non-CF1 conditional — use a single DashButton
  path for all dashboard instructions (CR-c669c4ec34ad, SG-e810809b8835)
- Fix duplicate step 3 numbering by using sequential 1-7 (CR-a71ce8221285)
- Remove unused dashName param from both wrapper pages
@nikitacano

Copy link
Copy Markdown
Contributor Author

/review

@github-actions

Copy link
Copy Markdown
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants