For the complete documentation index, see llms.txt. This page is also available as Markdown.

Team Members

Get team member applications

get

Retrieves the list of applications that the authenticated user has team member access to

Authorizations
api-tokenstringRequired
Responses
200

Team member applications retrieved successfully

application/json
statusstringOptional
messagestringOptional

Present only in error responses

get/team

Get application backup as team member

get

Generates and retrieves backup for an application that the authenticated user has team member access to

Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired

ID of the application to generate backup for

Responses
200

Application backup generated successfully

application/json
statusstringOptional
messagestringOptional
get/team/{appID}/backup

Get application status as team member

get

Retrieves status information for an application that the authenticated user has team member access to

Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired

ID of the application to get status for

Responses
200

Application status retrieved successfully

application/json
statusstringOptional
messagestringOptional
get/team/{appID}/status

Start application as team member

put

Starts an application that the authenticated user has team member access to

Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired

ID of the application to start

Responses
200

Application start response

application/json
statusstringOptional
messagestringOptional
put/team/{appID}/start

Restart application as team member

put

Restarts an application that the authenticated user has team member access to

Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired

ID of the application to restart

Responses
200

Application restart response

application/json
statusstringOptional
messagestringOptional
put/team/{appID}/restart

Stop application as team member

put

Stops an application that the authenticated user has team member access to

Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired

ID of the application to stop

Responses
200

Application stop response

application/json
statusstringOptional
messagestringOptional
put/team/{appID}/stop

Update application code as team member

put

Updates an existing application by uploading a new version of the code as a team member

Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired

ID of the application to update

Body
filestring · binaryRequired

Application file to upload (.ZIP format)

Responses
200

Commit response

application/json
statusstringOptional
statusCodeintegerOptional
messagestringOptional
put/team/{appID}/commit

Update application RAM as team member

put

Updates the RAM allocation for an application that the authenticated user has team member access to

Authorizations
api-tokenstringRequired
Path parameters
appIDstringRequired

ID of the application to update RAM for

Body
ramMBintegerRequired

The amount of RAM in MB to allocate to the application

Example: 200
Responses
200

RAM update response

application/json
statusstringOptional
statusCodeintegerOptional
messagestringOptional
put/team/{appID}/ram

Last updated