Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

appId
string
required

ID of the application to stop

Response

Application stopped successfully

_id
string

The unique identifier of the application

Example:

"60c72b2f9b1e8d001c8e4f3a"

containerId
string

The unique identifier of the container

Example:

"da886ad3-88e9-4012-b893-130e87f6b747"

teamId
object | null
restartRequired
boolean

Indicates if a restart is required for the application

Example:

false

userId
string

The unique identifier of the user who owns the application

Example:

"60c72b2f9b1e8d001c8e4f3a"

name
string

The name of the application

Example:

"My Application"

allocatedMemoryMB
integer<int32>

The amount of memory allocated to the application in MB

Example:

256

allocatedVCpu
integer<int32>

The number of virtual CPUs allocated to the application

Example:

8

workerNodeId
object
containerImage
string

The Docker image used for the application

Example:

"kevencampos/camposcloud-python"

exposedViaWeb
boolean

Indicates if the application is exposed via the web

Example:

false

internalPort
integer<int32> | null

The internal port used by the application

Example:

3000

assignedSubdomain
string | null

The subdomain assigned to the application, null if no subdomain is assigned

Example:

"myapp"

startupCommand
string

The command used to start the application

Example:

"python -u index.py"

installDependenciesCmd
string

The command used to install dependencies for the application

Example:

"pip install -r requirements.txt"

runtimeEnvironment
string

The runtime environment of the application

Example:

"python"

autoRestartEnabled
boolean

Indicates if auto-restart is enabled for the application

Example:

false

status
string

The current status of the application

Example:

"active"

currentResourceMetrics
object | null

Current resource metrics of the application

createdAt
string<date-time>

The date and time when the application was created

Example:

"2025-07-19T00:02:54.455Z"

updatedAt
string<date-time>

The date and time when the application was last updated

Example:

"2025-07-19T17:57:05.069Z"

githubDeploys
object[]

List of GitHub repositories connected to the application for deployment

externalPort
integer | null

The external port exposed by the application, null if the application is not exposed via the web

repository
object | null

The GitHub repository connected to the application for deployment, null if no repository is connected

environmentVariables
object[]

List of environment variables set for the application