We would like to suggest adding a new feature to EasyPanel: the ability to perform start and stop operations on hosted services using webhooks. This feature would be extremely useful for automating processes and integrating service management with other tools or external platforms.
Objective
Enable EasyPanel to accept external commands to start and stop services through secure endpoints, optimizing workflows and enabling greater automation.
Benefits
Automation: Ability to trigger start and stop operations automatically based on specific conditions or external events.
Integration: Facilitate the integration of EasyPanel with orchestration and monitoring tools already used by teams.
Operational Efficiency: Reduce manual interventions for service control, saving time and resources.
Suggested Requirements
Webhook Endpoints:
POST /api/start/[ID]: Start a service.
POST /api/stop/[ID]: Stop a service.