This endpoint starts an application by its ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the application to start
Application started successfully
The unique identifier of the application
"60c72b2f9b1e8d001c8e4f3a"
The unique identifier of the container
"da886ad3-88e9-4012-b893-130e87f6b747"
Indicates if a restart is required for the application
false
The unique identifier of the user who owns the application
"60c72b2f9b1e8d001c8e4f3a"
The name of the application
"My Application"
The amount of memory allocated to the application in MB
256
The number of virtual CPUs allocated to the application
8
The Docker image used for the application
"kevencampos/camposcloud-python"
Indicates if the application is exposed via the web
false
The internal port used by the application
3000
The subdomain assigned to the application, null if no subdomain is assigned
"myapp"
The command used to start the application
"python -u index.py"
The command used to install dependencies for the application
"pip install -r requirements.txt"
The runtime environment of the application
"python"
Indicates if auto-restart is enabled for the application
false
The current status of the application
"active"
Current resource metrics of the application
The date and time when the application was created
"2025-07-19T00:02:54.455Z"
The date and time when the application was last updated
"2025-07-19T17:57:05.069Z"
List of GitHub repositories connected to the application for deployment
The external port exposed by the application, null if the application is not exposed via the web
The GitHub repository connected to the application for deployment, null if no repository is connected
List of environment variables set for the application