Skip to main content
GET
/
applications
/
{uuid}
/
stop
Stop
curl --request GET \
  --url https://app.coolify.io/api/v1/applications/{uuid}/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "Application stopping request queued."
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string<uuid>
required

UUID of the application.

Response

Stop application.

message
string
Example:

"Application stopping request queued."

I