Managing Instances
Learn how to monitor, maintain, and manage your deployed applications
Instance Management
Once you’ve deployed an application on RepoCloud, you’ll need to monitor, maintain, and manage it effectively. This guide covers all the essential management tasks available through the RepoCloud dashboard.
The RepoCloud dashboard provides a comprehensive interface for managing all aspects of your deployed applications.
Dashboard Overview
The instance management dashboard provides a comprehensive view of your deployed applications and allows you to perform common management tasks:
Status & Metrics
View application status, uptime, and resource utilization
Configuration
Manage application settings and environment variables
Updates
Apply application updates and security patches
Scaling
Adjust resource allocation based on needs
Domains
Configure custom domains and SSL certificates
Logs
View application logs for troubleshooting
Common Management Tasks
Monitoring Your Instance
RepoCloud provides several monitoring capabilities:
- Resource Tier Tracking: For instances using AutoScale, you can track which resource tier your application is using in real time
- Status Checks: Monitor application health and uptime
- Performance Metrics: View response times and request handling statistics
Resource tier tracking is particularly useful when using autoscaling, as it helps you understand how resources are being allocated and billed on an hourly basis.
Pausing and Deleting Instances
You can control the state of your instance from the dashboard:
- Pause: Pause an instance (billing continues at 25% of the normal rate)
- Resume: Resume a paused instance to full functionality
- Rebuild: Quickly rebuild an application to apply updates
Pausing an instance reduces billing to 25% of the normal rate, as some resources remain allocated. To stop billing completely, you would need to delete the instance.
Data Management
We recommend the following practices for managing your application data:
- Use the application’s built-in backup features if available
- Regularly export important data from your application
- Store backups externally or download them for safekeeping
- Use version control systems for code and configurations
- Document your setup for easy recreation if needed
RepoCloud does not offer dedicated backup services. Backups are only available if they are a built-in feature of the application itself. You are responsible for managing your own data backups.
Deleting Instances
When you no longer need an instance:
Backup Important Data
Ensure you’ve backed up any important data from the application
Navigate to Instance Management
Go to the instance management page for the application you want to delete
Delete Instance
Click the “Delete” button and confirm the deletion
Instance deletion is permanent and cannot be undone. All data associated with the instance will be permanently deleted.
Application Management
Different applications offer different management interfaces within the application itself. You can access these through the application’s web interface:
Troubleshooting
If you encounter issues with your instance:
- Check the application logs for error messages
- Verify resource utilization to ensure you have enough resources
- Restart the application if it’s unresponsive
- Check for recent changes or updates that might have caused the issue
- Consult the troubleshooting guide for common solutions