Applications
Upload a new application to Discloud
Application file to upload (.ZIP format)
Upload response
Authentication error
Missing required file
No content
Retrieves information about a specific application or all applications
ID of the application or "all" to retrieve all applications
Application information retrieved successfully
Authentication error
Application not found
Retrieves status information about a specific application or all applications
ID of the application or "all" to retrieve status for all applications
Application status retrieved successfully
Authentication error
Application not found
Retrieves logs for a specific application or all applications
ID of the application or "all" to retrieve logs for all applications
Application logs retrieved successfully
Authentication error
Application not found
Generates and retrieves backup for a specific application or all applications
ID of the application or "all" to retrieve backups for all applications
Application backup generated successfully
Authentication error
Application not found
Starts a specific application or all applications
ID of the application or "all" to start all applications
Application started successfully
Authentication error
Application not found
Restarts a specific application or all applications
ID of the application or "all" to restart all applications
Application restarted successfully
Authentication error
Application not found
Stops a specific application or all applications
ID of the application or "all" to stop all applications
Application stop response
Authentication error
Application not found
Updates the RAM allocation for a specific application
ID of the application to update RAM for
The amount of RAM in MB to allocate to the application
200RAM update response
Authentication error
Application not found or plan limitation
Updates an existing application by uploading a new version of the code
ID of the application to update
Application file to upload (.ZIP format)
Commit response
Authentication error
Application not found
Updates the profile information (avatar and name) for a specific application
ID of the application to update profile for
URL to the application's avatar image
https://i.ibb.co/0yJhZw92/Uma01.pngName of the application
Discloud AppProfile updated successfully
Authentication error
Application not found
List files and directories in the application's directory
ID of the application
Directory path (defaults to app workDir)
Files and directories listed successfully
Authentication error
No permission or insufficient plan
Application not found or invalid path
Create a new file or directory in the application
ID of the application
Type to create
Full path for new file or directory
File or directory created successfully
Bad request - missing required fields
Authentication error
No permission or insufficient plan
Application not found or invalid path
Read the contents of a file in the application
ID of the application
Full file path
File opened successfully
Authentication error
No permission or insufficient plan
File not found or invalid path
Edit the contents of a file in the application
ID of the application
New file content
Full file path
File edited successfully
Bad request - missing required fields
Authentication error
No permission or insufficient plan
File not found or invalid path
Execute a command inside the application container
ID of the application
Command to execute in the container
Command executed successfully
Authentication error
No permission - only app owner can execute commands
Application not found or offline
Permanently deletes an application
ID of the application to delete
Application deleted successfully
Authentication error
Application not found
Last updated