- Deprecated Help Center
- iPaaS for Developers
- Maintenance
Using maintenance mode
Alumio can be put into maintenance mode. When enabled all requests to the API and CLI are terminated.
To enable maintenance mode place a file called maintenance.flag in the project root directory of Alumio.
touch maintenance.flag
To disable maintenance mode remove the file from the project root directory of Alumio.
rm maintenance.flag