restart-app

Restart a deployed Manifest app lease via secure HTTPS calls and verify pre- and post-restart status.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill restart-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: restart-app
Source: https://github.com/manifest-network/manifest-agent-plugin/tree/main/skills/restart-app
Command: npx skills add https://github.com/manifest-network/manifest-agent-plugin --skill restart-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of restarting a deployed Manifest app without closing its lease, helping users recover from crashes or implement configuration changes efficiently.

Core Features & Use Cases

  • App Restart: Safely restarts an active app lease to ensure minimal downtime and quick recovery.
  • Lease Management: Allows selecting specific leases via UUID or active records to target precise deployments.
  • Verification & Status Check: Confirms app status before and after restart, providing detailed feedback and error handling for production use.

Quick Start

Ask the system to restart a specific app lease, confirm the action, and verify that the application has successfully resumed operation.

Frequently Asked Questions about restart-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I restart a deployed Manifest app without closing its lease?

To restart a Manifest app without closing the lease, you target the active deployment via HTTPS to restart the container, then verify the post-restart status to ensure quick recovery with minimal downtime.

How can I verify app status before and after a container restart?

You can verify app status before and after a container restart by initiating the action through the provider interface, which checks the pre-restart state and confirms the application has successfully resumed operation afterward.

Can I select a specific Manifest app lease to restart using a UUID?

Yes, you can select a specific Manifest app lease to restart by providing its UUID or targeting active records, allowing you to precisely manage deployments and apply updates safely.

What is the best way to recover a Manifest app from a crash without losing deployment state?

The best way to recover a crashed Manifest app without losing deployment state is to restart the active app lease, which safely re-initiates the container while preserving the original deployment configuration and lease agreement.

Does restarting an app lease disrupt other active deployments on the same provider?

Restarting an app lease interacts securely with the provider to restart only the targeted container, ensuring minimal disruption to other active deployments while applying updates or recovering the specific application.