Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the application to update
Body
Application data to update
The name of the application
"My Updated Application"
The amount of memory allocated to the application in MB
256
The command used to start the application, null if not updated
""
The runtime environment of the application, null if not updated
python, nodejs null
Indicates if the application is exposed via the web
false
Indicates if auto-restart is enabled for the application
true
Response
Application updated successfully
The unique identifier of the application
"60c72b2f9b1e8d001c8e4f3a"
Current resource metrics of the application
The unique identifier of the container
"da886ad3-88e9-4012-b893-130e87f6b747"
The unique identifier of the team associated with the application
"60c72b2f9b1e8d001c8e4f3b"
Indicates if a restart is required for the application
false
The name of the application
"My Application"
The unique identifier of the user who owns the application
"60c72b2f9b1e8d001c8e4f3a"
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 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"
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"